Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse Click
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00649206
Message ID:
00649444
Vues:
9
Hi dear friend:

What I would do in this case, is to call the button click event at the label click event like this:

private sub lbl_mylabel_click()
cmd_myCommandButton_click
'here goes the code for the label click event
'whatever the program does when the user click
'on the label goes here!
msgbox "Greets from your friend alvison!"
end sub
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform