when using microsofts classs you are awarded with a discription of what each perameter of the function is when you come to enter it, how would i do that?
This is one reason why I use C# instead of VB. Those comments help after youve made a nice little class library and distribute it to others (or use it yourself in various projects).
You could write a utility to do it for you. The XML documentation is stored separately from the class, so you could write a utility to generate XML docs for your class.
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.xml contains the docs for the Winforms classes, for example.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.