Is it possible to disable the right click ability when launching an app (not html or flash based)? Pass a string to disable the right mouse button?
Announcement
Collapse
No announcement yet.
right click disable in application not html
Collapse
X
-
Re: right click disable in application not html
The only way to do that that I know of would be to create a CBT hook DLL and have the DLL intercept the app's message loop and ignore those messages. It is pretty involved. If you are a Win32 programmer who can make DLLs and has a good handle on Windows message loops, let me know and I can find some links to articles for you.
Comment
-
Re: right click disable in application not html
may I be so unpolite to ask what kind of menu item??
Program?
menu options?
Perhaps the function could be disabled otherwise.
programming is very easy, just put the characters in the right order....
Comment
Comment