PDA

Click to See Complete Forum and Search --> : right click


BigBosky
Jan 9th, 2001, 05:44 PM
does anyone know if there is a way to
disable right click on the desktop?

Jan 10th, 2001, 02:22 PM
I do not have the exact code, but you must create a subclassing routine through a Standard DLL created with C++.

Then simply catch the WM_RBUTTONDOWN event.

PJB
Jan 10th, 2001, 11:40 PM
here's a page that has some nice registry settings, i didn't see anything about disabling right click(except for on the start button) but there are alot of functions you can disable

http://registry.winguides.com/category.php/430/

[Edited by PJB on 01-11-2001 at 12:45 AM]