How to make summary text for methods in VB?

  • Thread starter Thread starter bigMAC
  • Start date Start date
B

bigMAC

Hi,

Recently i write some DLL and redistribute to other department in my
company
for their development. I would like to ask how can i make some comment
be shown?
For example when I view the class
'System.web.UI.WebControls.WebControl.Button'
through object browser, it will show up a summary text: 'Displays a
push button control on the web page.' I want to do this effect. I
found that no passage talk
about this in msdn, and would like to know if anyway to do this?

Thanks a lot for advice!

Regards,
BigMAC
 
Hi Chris,

I've got it. Thanks for advise!

Regards,
bigMAC

----- Chris Mullins wrote: -----

bigMAC said:
Recently i write some DLL and redistribute to other department in my
companyfor their development. I would like to ask how can i make
some comment be shown?

To do this with VB.NET you need the power toy that does it.

http://www.gotdotnet.com/community/....aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd

From there, also look into NDoc, to generate MSDN style help for your DLL.
 
Back
Top