Question re: help bubbles in editor

  • Thread starter Thread starter Steve Cutting
  • Start date Start date
S

Steve Cutting

Hi all,

When the editor pops up a list of available methods/properties for the class
you've just typed, it also pops up a help bubble for the currently selected
method/property, with a description and usage info.

How do I set this help-bubble text in my own classes ??
I can't find anything in the online help about it.

thanks
Steve
 
Hi Steve,

It will be standard in the next versions otherwise.

VB Commenter
<http://www.gotdotnet.com/team/ide/>
-> section "VB Commenter"

XML Documentation
<http://www.gotdotnet.com/team/vb/>
-> section "XML Documentation"

VBXC - VB.NET XML Commentor
<http://vbxmldoc.tor-erik.net/index.shtml>

NDOC (formerly DOC.NET)
<http://ndoc.sourceforge.net/>

VB.DOC
<http://vb-doc.sourceforge.net/>

<http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=112b5449-f7
02-46e2-87fa-86bdf39a17dd>

as copied from some Herfrieds information.

I hope this helps a little bit?

Cor
 
Thanks Cor.

Will have a look. I've only written a few very basic classes so far so it's
not that important at the moment. Once I start writing classes with more
methods/properties then I'm sure it would be very helpful to have my own
descriptions popup in the editor.

thanks again
Steve
 
Back
Top