The Intellisence method descriptions come from an XML file corresponding to
the DLL you are using. (There are a ton of threads on this topic if you
want more specifics...just search the groups for "Intellisense
Description".)
If you are comfortable with C#, you might want to write your classes in C#
because it will save you a few steps. The C# compiler generates the XML
file automatically using whatever is in the /// <summary> tags within your
code.
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.