Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse Click
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00649206
Message ID:
00649444
Views:
8
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform