Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wait to trap SHIFT+RightMouse?
Message
From
24/10/2006 10:20:33
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01163893
Message ID:
01164086
Views:
9
>What if we want something application-wide whose purpose is to be a default rightclick handler for ALL objects (forms, controls) that don't have their own rightclick handler? We're doing that with ON KEY LABEL RIGHTMOUSE as an optional behavior for our app. It works fine and our clients seem to really like it. Seems like a context menu of some sort is always useful. We were just hoping to be able to leverage the same idea, but having an alternate action, with Shift-RightClick, but no such luck.
>

Presumably you have some main form in effect. Add the handling to your base form class and it'll be in all your forms. The individual forms can certainly call the application object to deal with a right-click, though you'll need a way to customize the behavior for the form.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform