Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shift key status
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00108442
Message ID:
00108454
Views:
35
Don't rely on the Click(), try using the MouseDown() or MouseUp().
The event tracking will fire in the following sequence
object.MouseDown()
object.MouseUp()
object.Click()

You can track the specific button and shift/ctrl/alt combinations there.
Previous
Reply
Map
View

Click here to load this message in the networking platform