scorpin Posted October 10, 2003 Posted October 10, 2003 when using microsofts class's 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? Quote
*Experts* mutant Posted October 10, 2003 *Experts* Posted October 10, 2003 This is called the XML Documentation that can be generated while coding. VB.NET right now doesnt support the generation of it but C# does. Quote
scorpin Posted October 10, 2003 Author Posted October 10, 2003 i keep forgetting that microsoft dosnt program vb in vb... :( hehe Quote
*Gurus* Derek Stone Posted October 10, 2003 *Gurus* Posted October 10, 2003 Which of course is not to say they couldn't. Quote Posting Guidelines
wyrd Posted October 10, 2003 Posted October 10, 2003 This is one reason why I use C# instead of VB. :( Those comments help after you've made a nice little class library and distribute it to others (or use it yourself in various projects). Quote Gamer extraordinaire. Programmer wannabe.
*Experts* Volte Posted October 10, 2003 *Experts* Posted October 10, 2003 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. That may be my next project. :p Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.