Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Firing event code in one control from another control
Message
From
24/09/2003 15:14:59
Ernie Veniegas
Micro System Solutions, Inc.
Calistoga, California, United States
 
 
To
24/09/2003 15:04:21
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00831953
Message ID:
00831974
Views:
11
That did the trick. THANK YOU!

I'd been trying variations of Me.Command_Button_Y.Click() but I see I don't need to refer to the parent or treat Click as a '.' delineated method.

Much obliged. Private message to follow.

>You mean something like this?
>
>Private Sub Command_Button_X_Click()
>    txtText1.Text = "aaa"
>    txtText2.Text = "bbb"
>    Command_Button_Y_Click
>End Sub
>
>Private Sub Command_Button_Y_Click()
>    'Do other actions
>End Sub
>
Ernie Veniegas
Micro System Solutions
... sensible software by design
Previous
Reply
Map
View

Click here to load this message in the networking platform