ThePentiumGuy
Well-known member
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
.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