Intellisense for component

G

Guest

I created a component for other projects and now I want to add an
intellisense description to the public properties and methods, which will be
visible in visual studio .net 2003 - how can i do this?

Thank's

kikde
 
P

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. You can also add
property description in Properties Window using Description attribute.
See http://tinyurl.com/jh2xk for more info.

There are several tools that you can use for it, including our VBdocman
..NET.
 

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

Top