What i did is a CLASS file with all my functions and methods in to it, but i was looking a way to add comments or a brief descriptions just like VB.NET do when you create a instance to a object and using is method or properties.
you know if you have 3 times a method with the same name inside a class but with diffirent parameters i would like to add a description saying something like "This is the method for bla bla bla" so i can know exactly what it does..and it look more professional....
can we do this... and how
thanx guys !!!

Intellisence drop down box..comments yes..
CDR-Maverick-TG
thanx...
dklayman
Neurothustra
glenna
thank you..
HockeyNut
just wish i could add image to explain... my problem..
okay... you know when you create a instance to a object... like this
Dim x as new MyClassName()
x.InsertNewMember(string value, interger value)
x.InsertNewMember(string value, interger value, object value)
when doing so... when i type my InserNewMember I have a description of all parameters that i need to pass on... How do i add a description under my parameters values so i can describe each method individiualy.....
hope..its enough.
asamper
in C# all you have to do is writing 3 back slash ///and bingo you can add comments for you Intellisence menue
but why this feature is not available for VB that is quite sad..for us...
i found a third party software..that can do it for VB users but it is so complicated..and confusing...
is there anyone who knows a good way for VB
thanx....
SuranaSaurabh
Scott5
or where can i learn more about it ...
for C# and VB.NET
thank you very much !!