Kyler Carlson Posted September 21, 2006 Posted September 21, 2006 Hey guys... I've seen this somewhere on the net before but I can't seem to find it again... I know its possible to completely dissable right clicking through the registry but I can't seem to find out how to. Could anybody find out what modifications are nessecary to enable and to disable right clicking through the registry. Also, though this is possible to do with other techniques other than modifying the registry, this is a better option for me. I would greatly appreciate it if anybody could find out what t modify in the registry or write a program in autoit that can change the registry and enable/disable it automatically. thanks a lot.
Moderators SmOke_N Posted September 21, 2006 Moderators Posted September 21, 2006 Do you need it disabled completely, or would the API call for SwapMouseButton work? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Kyler Carlson Posted September 22, 2006 Author Posted September 22, 2006 anyone know how to do this??
Kyler Carlson Posted September 22, 2006 Author Posted September 22, 2006 i don't think that works... or it isn't on my computer... but i would really perfer that it was done through editing the registry.
Moderators SmOke_N Posted September 22, 2006 Moderators Posted September 22, 2006 i don't think that works... or it isn't on my computer... but i would really perfer that it was done through editing the registry.I think I caught that the first time you said it. did you try to google for it?http://www.winguides.com/registry/display.php/160/ Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
darkshadow791 Posted September 23, 2006 Posted September 23, 2006 You might be able to use _IsPressed and just do While 1 If _IsPressed (Right Mouse) Send("{ESC}") Wend (Not exact code obviously) But would that do it? Note Taker Lite - a note taking / converting tool.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now