PROKA Posted April 5, 2005 Posted April 5, 2005 (edited) I created a function which accepts 2 parameters : user and pass. When I acces that function, I get a tooltip about the user and a pass . How do I specify in the tooltip what is the purpose of the function and other details, like most of functions from .net framework have ? Edited March 13, 2007 by PROKA Quote Development & Research Department @ Elven Soft
Mister E Posted April 5, 2005 Posted April 5, 2005 Define some of the XML-based documentation. From within Visual Studio, just go above a function and type three forward slashes, e.g. /// The rest should be self-explanatory. You can then use a tool like nDoc to document your entire system and build Microsoft-styled help documents. Quote
Moderators Robby Posted April 5, 2005 Moderators Posted April 5, 2005 Except you need C# for this. Quote Visit...Bassic Software
Leaders snarfblam Posted April 5, 2005 Leaders Posted April 5, 2005 I've downloaded an add-in before that did the exact same thing for VB. You typed three apostrophes and it would give you the <summary>, <paramater>, etc. tabs and all that good stuff. I don't have it anymore though, and can't remember what it is called. Quote [sIGPIC]e[/sIGPIC]
PROKA Posted April 9, 2005 Author Posted April 9, 2005 (edited) Ok thanks, based on ur description, I found it :) Edited April 9, 2005 by PROKA Quote Development & Research Department @ Elven Soft
mskeel Posted April 11, 2005 Posted April 11, 2005 Ok thanks' date=' based on ur description, I found it :)[/quote'] could you post a link to it please? I am curious. Quote
Rick_Fla Posted April 11, 2005 Posted April 11, 2005 try http://vbxmldoc.tor-erik.net/news.shtml Quote "Nobody knows what I do until I stop doing it."
PROKA Posted April 12, 2005 Author Posted April 12, 2005 Take a look here for the VB Commenter Quote Development & Research Department @ Elven Soft
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.