how do you add descriptions to properties like VB does. i mean where the Text property is in a textbox it says "Returns/Sets the text contained in the control"
help, anyone??
Printable View
how do you add descriptions to properties like VB does. i mean where the Text property is in a textbox it says "Returns/Sets the text contained in the control"
help, anyone??
What exacly u what to do?
exactly what i said - make a description for a property
go to VB and in, say, a textbox control if you go to the text property it gives a description such as "returns/sets text in a given control"
i want to know how to do that
You can either use the ActiveX Control Interface Wizard or you can use the Procedure Attributes menu under the Tools menu.