Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trap shift when clicking mouse
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00384569
Message ID:
00384572
Views:
31
You can try with MouseDown Event.
Procedure Control.MouseDown
    LPARAMETERS nButton, nShift, nXCoord, nYCoord


    If nShift = 1
        Wait Window "SHIFT key is pressed"
    EndIf
EndProc
Take a look to MouseDown help to see another values to nShift parameter (Shift,Ctrl,Alt keys and combinations)

Good Luck!
Lic. Esteban Bruno
Gerente de Sistemas
TASSO S.R.L.
Previous
Reply
Map
View

Click here to load this message in the networking platform