Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bindevents 1

Status
Not open for further replies.
Sep 17, 2001
673
US
I have a form with about 100 text boxes. I would like to use bindevents to bind a variable to each text boxes interactive change event. Can someone provide a simplified example of how to bind a snipet of code to a method of every text box on a a form?

 
The OOP way would be to subclass the textbox and place the code in the interactivechange event.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top