topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 8:26 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Disable right Mouseclick (please help for charity!!Seriously!!)  (Read 21148 times)

pseudoheld

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Hi I stumbled across this forum by pure chance and hope someone can help me.
I work at a school for mentally disabled children, where i teach them basic informatics. the problem is that most children have problems using the mouse. most our programs only need the left click. but often the kids klick on the right button or the left and the right together, resulting in unwanted effects...
so what i am looking for:

A programm wich will disable the right mouse click or render the right mouse button a "second left button" meaning it having the same effect on a program as the left click. i found a software that does this, BUT the computers we are running are old and only have win98. the programm i found isnt compatible with 98, so i would need a software compatible with 98.

It would be great if someone somehow could help acchieve this!!
thanks a lot from Brasil
David

PhilB66

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,522
    • View Profile
    • Donate to Member
Have a look at this Lifehacker's "Disable the Right Mouse Button?" article. Does it offer a solution?

cmpm

  • Charter Member
  • Joined in 2006
  • ***
  • default avatar
  • Posts: 2,026
    • View Profile
    • Donate to Member
I thought you could disable it in control panel-mouse.
But then does the right click function go to somewhere else?

mediaguycouk

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 247
    • View Profile
    • Mediaguy
    • Donate to Member
I think that the control panel disabling and the group policy disabling is for windows 2000 +
Learning C# - Graham Robinson

cmpm

  • Charter Member
  • Joined in 2006
  • ***
  • default avatar
  • Posts: 2,026
    • View Profile
    • Donate to Member
Ok, for win 98-

http://www.bluechill...m/details/23394.html

Just do a search for
'disable right click windows 98'
and there are a few more.

nosh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,441
    • View Profile
    • Donate to Member
These seem to work fine in XP.

Tip - If you're running DisableRMB, Control+Rightclick & Shift+Rightclick can be used most places to emulate a right click.

DISCLAIMER: AHK novice at work! -->  :tellme:
« Last Edit: April 13, 2008, 06:48 AM by nosh »

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
dang! nosh beat me to this.. :) but you can also try this old freeware - Right Mouse Click Disabler v1.4, which was designed to do exactly that. it's safe and reliable on Win98 machines and on PCs where small children will be using. btw, the web-site is no longer available so i'm attaching the file. hth. :)

Right Mouse Click Disabler - Version 1.4
Freeware
Copyright (c) 2000 Brad Jackson

Purpose:
To disable the right mouse button and special keystrokes on the
Windows desktop. Can be used as a security measure to prevent
changes to desktop items.

Installing and running WinKey Killer:
Just copy NoRClick.exe, NoRClick.dll, and NoRClick.ini into a directory.
(Sorry, I didn't have a choice about a yucky separate DLL file.  That's
what Windows needs for it to work properly.)  Create a shortcut in the
Startup group or add an entry under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
in the registry to start automatically.  If the program is not hidden
from the task list, you can press Ctrl+Alt+Del and press End Task and
it will shut itself down.
-readme.txt


pseudoheld

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Wow thanks a lot guys!!!
the program nosh posted worked fine on my machine (Vista)
ill try it at work tomorrow and tell you if it worked!!!
THANKS AGAIN!!!  :Thmbsup:

pseudoheld

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
ok im at work right now.
The autohotkey RMBtoLMB sadly doesnt work on win98. at least not the funktion i want to work :(
the NoRClick works but doesnt really do what i want it to do. it completely disables the right click. but i would prefer the right click to be a "left click"
any other ideas how to achieve this?
i found a program called autoit that maybe will work with 98 but i cant quite get the hang of it.
thanks anyhow!

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
there is another program called BabyMouse and BabyBoard which comes in both freeware & shareware versions.

Block right mouse click menus, wheel scrolls, windows key, alt tab, etc
BabyMouse is runs in the background and catches all right clicks, mouse wheel scrolls before they reach the program you are working with. Merge all mouse buttons to one! Nothing's more fun than browsing or playing games with your baby, toddler or kid. But nothing's more annoying than when your little bambino accidentally presses the right mouse button and all these menus pop up or your windows starts scrolling all of a sudden!

Run the program, let the kids do their stuff and click on the icon in the systray to restore your (normal) mouse settings.

http://www.download3...abyboard-i35500.html

pseudoheld

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
hi lanux!
thanks for helping again. the prog looks great and worked great on my vista machine...but once again it doesnt work with win98 :(
damn 98 but the computers at the school are just tooooo slow to support anything else. maybe ill try installing win2000 tomorrow...maybe itll work alright!
if anyone has other ideas id be happy to hear them!
thanks!

nosh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,441
    • View Profile
    • Donate to Member
Just verified - the AHK manual states "mouse hotkeys require Windows NT/2000/XP or later."
So you should be safe with Win2k, though it seems painful to have to upgrade OSs for something like this. Good Luck.

Since the RMB disabling is working, you might want to try running this script - there's a very slim chance of it actually working but it's worth a shot. You'll need autohotkey installed.

RButton::
Send {LButton}
return

cbbibleboy

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 17
    • View Profile
    • Donate to Member
I'm almost done with a quick program that should solve your problem. If I have a chance tomorrow, I'll finish it up and post it here.  :)

...oh, and it'll work on Windows 95, 98, NT, 2000, XP, and Vista.
« Last Edit: May 20, 2008, 09:28 PM by cbbibleboy »

cbbibleboy

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 17
    • View Profile
    • Donate to Member
One-Click MouseTM is done! Enjoy  ;D, it should work for Win98 too!

When running, the right-button acts like the left. However, when [Ctrl] is pressed, both buttons will act like the default right. Don't forget to add the application to startup!

Comments and suggestions are welcome--email is in the about dialog!

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
nice work, quite handy. :Thmbsup: just wondering about the miniature text in the about-box. ;)

ws-one-click-mouse-1.png

cbbibleboy

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 17
    • View Profile
    • Donate to Member
Hehe, I didn't want it to be obtrusive--just a little blurb hoping to help out some kids in Uganda with serious need.  :Thmbsup:

scancode

  • Honorary Member
  • Joined in 2007
  • **
  • Posts: 641
  • I will eat Cody someday.
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: IDEA: Disable right Mouseclick (please help for charity!!Seriously!!)
« Reply #16 on: October 24, 2008, 08:24 PM »
Hehe, I didn't want it to be obtrusive--just a little blurb hoping to help out some kids in Uganda with serious need.  :Thmbsup:

One-Click Mouse is released under the GNU General Public License (GPL).

Any chances you might post up the sourcecode? I'd like to see how this was solved.

VideoInPicture

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 467
    • View Profile
    • Circle Dock
    • Donate to Member
Re: IDEA: Disable right Mouseclick (please help for charity!!Seriously!!)
« Reply #17 on: October 24, 2008, 08:54 PM »
I think he is using a C++ mouse hook: http://msdn.microsof...ms644990(VS.85).aspx which would work on all windows versions 95 and up. The hook captures the mouse click events and gives you an option of cancelling them or doing something else.

This is a good article that can tell you how to set up a C++ mouse hook: http://www.codeproje...B/system/TrayMe.aspx
I'm currently using a modified version of that program to quickly allow me to make a window always on top by simply right-clicking on the title bar of a window. It is very useful for me because I often have a need to put a window always on top and right-clicking on a window title bar is the quickest and most convenient way I could think of. Right-click again on a window will make it a normal level window. Note that you will need the Microsoft Foundation Classes found in the standard and professional versions of Microsoft Visual Studio if you want to compile the program in the above URL.
Author of Circle Dock: http://circledock.wikidot.com
Author of Video In Picture: http://videoinpicture.wikidot.com
Author of Webcam Signature: http://webcamsignature.wikidot.com
Author of Easy Unicode Paster: http://easyunicodepaster.wikidot.com

cbbibleboy

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 17
    • View Profile
    • Donate to Member
Re: IDEA: Disable right Mouseclick (please help for charity!!Seriously!!)
« Reply #18 on: December 04, 2008, 12:02 AM »
I'll post the source code just as soon as I get home for the holidays! (It's on my home computer, and I'm currently at college)

Conquer

  • Honorary Member
  • Joined in 2007
  • **
  • Posts: 50
    • View Profile
    • Donate to Member
Re: IDEA: Disable right Mouseclick (please help for charity!!Seriously!!)
« Reply #19 on: December 05, 2008, 01:26 PM »
RButton::LButton

; Ctrl+X Exits
^x::
ExitApp

:P

scancode

  • Honorary Member
  • Joined in 2007
  • **
  • Posts: 641
  • I will eat Cody someday.
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: IDEA: Disable right Mouseclick (please help for charity!!Seriously!!)
« Reply #20 on: December 05, 2008, 01:43 PM »
RButton::LButton

; Ctrl+X Exits
^x::
ExitApp

:P

Funny, but not working on 9x!

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Not sure if other applications are being asked for, but I came across this one:

http://www.addictive...ouse-buttons-easily/

It can lock specific keyboard keys or mouse buttons. I haven't tried it, but when I saw it I remembered this thread.

SleepingWolf

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 118
    • View Profile
    • Read more about this member.
    • Donate to Member
I'm currently using a modified version of that program to quickly allow me to make a window always on top by simply right-clicking on the title bar of a window. It is very useful for me because I often have a need to put a window always on top and right-clicking on a window title bar is the quickest and most convenient way I could think of. Right-click again on a window will make it a normal level window. Note that you will need the Microsoft Foundation Classes found in the standard and professional versions of Microsoft Visual Studio if you want to compile the program in the above URL.
-VideoInPicture (October 24, 2008, 08:54 PM)

Are you going to release it to the world when you're finished, VIP? Sounds pretty useful.
-------------------------------------------

Question everything, use a fact-checker.
Respect yourself and respect others.
Peace out!