Home All Groups Group Topic Archive Search About

IntelliSense Code Comments?

Author
28 Mar 2006 1:12 PM
Elioth
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,

Author
28 Mar 2006 1:52 PM
Peter Macej
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
Author
28 Mar 2006 4:20 PM
Luis Gustavo
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,
Author
28 Mar 2006 4:38 PM
Elioth
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,
>
>
>
Author
28 Mar 2006 5:58 PM
Herfried K. Wagner [MVP]
"Elioth" <Eli***@discussions.microsoft.com> schrieb:
>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.

Adding IntelliSense tooltips, XML comments, and documentation
<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/>