Hello fellow programmers,
i would like to know how is it possible to code a textbox text property like property. What i want is whenever the user types a character it must be instantly reflected in a label. Thanx in advance
Printable View
Hello fellow programmers,
i would like to know how is it possible to code a textbox text property like property. What i want is whenever the user types a character it must be instantly reflected in a label. Thanx in advance
If I understand you, goto Tools > Procedure Attributes. Then select the propery from the Name combo box and hit advanced. Now set the procedure ID to Caption.
Thanx Rick Bull, U got my problem right. And what u said really worked. Now I have got a Text1.text like property. Thanq 1ce again
No problem. It's a handy thing to know, because you can group your properties, and specify where they will appear in the properties window too, as well as adding descriptions and stuff.
Hi Rick Bull, u told that u can group properties and also add description, can u give a detail on how we can do that???
Just go to the procedure attributes like before, then select a property and in the description in the Description text box. That will appear at the bottom of Properties window when you select a property. And also you can set the Property Category for each attribute via the combo box. The user interface default checkbox lets you make one of your properties the one that appears when you double click and active X in the VB IDE.
Thanx Rick Bull, u have been of gr8 help buddy....;)