Does anyone now how you have to add Parameter info to a sub you made yourself??:confused:
Printable View
Does anyone now how you have to add Parameter info to a sub you made yourself??:confused:
huh? just type in the parameter
:( i just mean when you call a sub, and you open ( ; you get some information. i want to know how to do that.
If I understand the question correctly, you are looking for the paramaters intellisense feature..This is made available by default when you add paramaters to your method.
Unless he's referring to creating an enum??
I think hes refering to the additional info that tells what the class does. I know in C#, you use the XML documentation feature, and it will automatically show up.
Ok, if that's the case, just type '///' in your code and you will get a list of predefined xml tags you can use to document your source, which in the end will be stored with the metadata.
/// is used in C#. That wont work in VB. There was a topic discussing the same thing a while back. If you do a search you might find what you are looking for.
Good luck.
Damn, I keep forgetting what board I'm posting on...;)
the conclusion of the other topic was u cant do that in vb.net :(
damn you microsoft :mad: