|
-
Apr 16th, 2002, 02:15 PM
#1
Getting all text boxes to call specific routin in the Change Event
I have 35 Text boxes on a form,and I want all of them to call the same procedure in their Change event. Without having to place a call to the procedure in every change event how can I do this?
Thanks
-
Apr 16th, 2002, 02:22 PM
#2
Sub text_Change(ByVal sender as Object, ByVal e As Eventargs) Handles Text1.Change, Text2.change, Text3.Change, etc..
-
Apr 16th, 2002, 02:40 PM
#3
That is going to be one ugle declaration.......
-
Apr 16th, 2002, 02:42 PM
#4
yep
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|