Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Firing event code in one control from another control
Message
De
24/09/2003 15:14:59
Ernie Veniegas
Micro System Solutions, Inc.
Calistoga, Californie, États-Unis
 
 
À
24/09/2003 15:04:21
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00831953
Message ID:
00831974
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform