tooltips for properties & methods

  • Thread starter Thread starter Antuane
  • Start date Start date
A

Antuane

when designing a class & its PEMs, is it possible for me to put some notes,
such that
when one uses this class, then they can see the comments i've included -
perhaps as tool tips??

If so, how can this be done??
 
I also would be very interested in the answer. In VB6 there was a way you
could add Object Browser comments to your classes, methods and properties.
I think you would do this with an attribute in VB.NET but I have not been
able to find it.

--Robby
 
I too thought this may have something to do with attributes.
But i'm not sure how to use them.
 
Antuane,

This is standard in C# and in the next versions from VBNet.

There are some free tools however I do not know how far they are compatible
with the newest versions.
For VB.NET 2002/2003:

From Herfrieds Faq.

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-f702-46e2-87fa-86bdf39a17dd>


I hope this helps a little bit?

Cor
 
I suppose i'll wait, rather than using other 3rd party utilities & worrying
about them.
Thanx a bunch.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top