|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
IntelliSense Code Comments?I am creating my own library (.DLL), I need to know the code to put a
comments or Tooltip to my library. I want a Tooltip when I choose any function of my library when I working with, like the original library of VB when I press Ctrl & SpaceBar and I put the mouse point over the function name it show me a tooltip with description of this function and short explain of this. ThanKs, You need to use XML comments and generate XML documentation file from
them. Then you just place this XML file in the same folder as your DLL. IntelliSense and Object Browser help will work then. See http://www.vbdocman.com/net/help/index.html?page=source%2fdeploy_context_help.htm for more info. There are several tools that you can use for it, including our VBdocman ..NET. -- Peter Macej Helixoft - http://www.vbdocman.com VBdocman - Automatic generator of technical documentation for VB, VB ..NET and ASP .NET code If you are using vs2005 put ''' above your functions or sub and press ENTER
.. vs2003 search for addin "VBCommenter" . []'s Luis Gustavo Show quoteHide quote "Elioth" <Eli***@discussions.microsoft.com> wrote in message news:36207D9E-0E0E-496F-BFBB-F3235F87D169@microsoft.com... >I am creating my own library (.DLL), I need to know the code to put a > comments or Tooltip to my library. I want a Tooltip when I choose any > function of my library when I working with, like the original library of > VB > when I press Ctrl & SpaceBar and I put the mouse point over the function > name > it show me a tooltip with description of this function and short explain > of > this. > > ThanKs, Thanks Gustavo, it work fine.
Show quoteHide quote "Luis Gustavo" wrote: > If you are using vs2005 put ''' above your functions or sub and press ENTER > .. > vs2003 search for addin "VBCommenter" . > > []'s > Luis Gustavo > > "Elioth" <Eli***@discussions.microsoft.com> wrote in message > news:36207D9E-0E0E-496F-BFBB-F3235F87D169@microsoft.com... > >I am creating my own library (.DLL), I need to know the code to put a > > comments or Tooltip to my library. I want a Tooltip when I choose any > > function of my library when I working with, like the original library of > > VB > > when I press Ctrl & SpaceBar and I put the mouse point over the function > > name > > it show me a tooltip with description of this function and short explain > > of > > this. > > > > ThanKs, > > > "Elioth" <Eli***@discussions.microsoft.com> schrieb: Adding IntelliSense tooltips, XML comments, and documentation>I am creating my own library (.DLL), I need to know the code to put a > comments or Tooltip to my library. I want a Tooltip when I choose any > function of my library when I working with, like the original library of > VB > when I press Ctrl & SpaceBar and I put the mouse point over the function > name > it show me a tooltip with description of this function and short explain > of > this. <URL:http://dotnet.mvps.org/dotnet/faqs/?id=tooltipsxmldocumentation&lang=en> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Derived TextBox
Update an Access DB using VB.Net adding items to a listbox that are null problem Folder size in VB.NET? Generic path description - please help Financial.Rate Cannot calculate rate using the arguments provided which is better Problem with - Edit Item of Collections.Generic.List(Of SearchAreaListItem) Shell to DOS Abstract/Base Class Best Practices - Help |
|||||||||||||||||||||||