Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey,

 

.NET helps you out by providing tooltips for each argument when you type in a Function. For example when you type in MessageBox.Show(

it will tell you that the first argument is a string, but it will also tell you that this argument is "The text to display in the MessageBox" <-- this is what i want to do.

 

How do you write your own help for your functions? Is it simple ;)?

 

-The Pentium Guy

My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!)

vbprogramming.8k.com

My Project (Need VB.NET Programmers)

http://workspaces.gotdotnet.com/ResolutionRPG

  • *Experts*
Posted
It is called XML Documentation. VB.NET IDE currently doesn't support it, but C# does. Just place the caret over a method, property etc. and type in three slashes and the IDE will generate required tags. Also, in your project properties you have to set a name for the documentation file and property which specifies whether to create the doc file.
Posted

Actually, a quick Google search worked :).

 

www.gotdotnet.com/team/vb/

and

www.fesersoft.com/products/vbxmlcomments/default.asp

:). Thanks for telling me bout what it was called.

My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!)

vbprogramming.8k.com

My Project (Need VB.NET Programmers)

http://workspaces.gotdotnet.com/ResolutionRPG

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...