Jump to content
Xtreme .Net Talk

Adding ToolTips to Functions


Recommended Posts

Guest JellyDonutMan
Posted
I've been reading a few articles about adding tooltips to Functions, Methods, etc... but none really tell how it is done. Most just say it uses XML .. I think its part of .NET's Intellisense, but not sure... Any information on how to add ToolTips in VB.NET would be nice :)
  • *Experts*
Posted

The C# language has special comments that use XML to describe

methods, classes, and other members. These comments are

understood by VS.NET, and they show up in IntelliSense. They are

also useful because a help file about your class can easily be

created based on these comments.

 

I have yet to find a way to do this in VB.NET, but I'd love to see it done.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Posted
Indeed. Just one more small reason as to why I've been toying with C# lately instead of VB.NET. :(
Gamer extraordinaire. Programmer wannabe.
Posted

I don't think it is possible to compile the documentation xml into your dll. Note that you only need the .xml file on a developer's box, so you don't need to deploy it....

 

Bad that it's that available for VB though (as with c#)..... any idea if it features in vs.net 2003?

Howzit??

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...