473,769 Members | 2,240 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

need to diable right mouse button (special case for elderly person)

Hello. My 80+ year old father has recently decided to get his first
computer. Due to his age (and I suspect lack of playing pong as a child
like I did) he lacks the manual dexterity to use a mouse well. He is
frequently missing the left mouse button and hitting the right, or less
often the middle (wheel) buttons. While he is very slowly getting better
with practice, the frustration level is high for him as a result of this
(he gets very confused, for example, when "strange" contect menues start
popping up).

Since he is not really doing anything that requires the use of the right
mouse button (much less the wheel) I was thinking the simple solution
would be to disable the right and middle buttons, or even better, make
them all send a left button signal.

I cannot find a way to do this in winxp home, however, so I was wondering
if there might be a way to right a little program that would exist as a
daemon and intercept mouse clicks and translate them all to left clicks.
I have a little experience with VB coding but writing a daemon that
operates that closely with hardware is a little over my head. I was
hoping for some pointers in the right direction or suggestions for an
alternate solution.

TIA
Nov 20 '05 #1
13 2309
(ok i admit i have never used xp home, but i can't imagine you cant do it
there)
in xp pro its easy
go to control panel/ mouse (the first tab you get there should be buttons)
you can set the right and wheel button to click there (it wil give a left
click then.

its possible this is something mousedriver specific but it should be there

as to building a program for that. It should be possible , but i don't think
that would be easy as windows programs tend to react to mouse events on
their own forms only.
i used to have a vb6 app that used a windows api to do mouse things (record
movement, clicks and replay them) but that was vb6 and win98 :/.

try the mouse settings first

hope it helps

eric

"James Bond" <jb***@universa lexports.com> wrote in message
news:Xn******** *************** ***********@216 .168.3.30...
Hello. My 80+ year old father has recently decided to get his first
computer. Due to his age (and I suspect lack of playing pong as a child
like I did) he lacks the manual dexterity to use a mouse well. He is
frequently missing the left mouse button and hitting the right, or less
often the middle (wheel) buttons. While he is very slowly getting better
with practice, the frustration level is high for him as a result of this
(he gets very confused, for example, when "strange" contect menues start
popping up).

Since he is not really doing anything that requires the use of the right
mouse button (much less the wheel) I was thinking the simple solution
would be to disable the right and middle buttons, or even better, make
them all send a left button signal.

I cannot find a way to do this in winxp home, however, so I was wondering
if there might be a way to right a little program that would exist as a
daemon and intercept mouse clicks and translate them all to left clicks.
I have a little experience with VB coding but writing a daemon that
operates that closely with hardware is a little over my head. I was
hoping for some pointers in the right direction or suggestions for an
alternate solution.

TIA

Nov 20 '05 #2
Hi James Bond,
I realize you sincerely want to help you grandfather and I commend you for
that, but there's a hell of a lot that one can do with a context menu that
he'll ultimately be missing out on. I would recommend taking him mouse
shopping and trying to find him a mouse that is comparatively foolproof.
The other thing is that yes he'll have to gain video game like precision.
We as creatures are highly imperfect, we ask our body to the exact same
thing all the time and yet always with a slightly different result. He'll
have to learn to tell his mind that the left button is here and the right
button is there and if he pushes the wrong button the wrong thing will
happen. The other thing you'll have to do is be his patient. Sometimes
just giving people a sense of humor on the matter and or teaching them to
laugh at themselves might not be such a bad idea. Also your mouse task does
indeed sound like a job for James Bond :).
Good luck,
Christian Blackburn

"EricJ" <ericRéMo**@Thi Somnipack.be> wrote in message
news:3f******** *************** @reader3.news.s kynet.be...
(ok i admit i have never used xp home, but i can't imagine you cant do it
there)
in xp pro its easy
go to control panel/ mouse (the first tab you get there should be buttons)
you can set the right and wheel button to click there (it wil give a left
click then.

its possible this is something mousedriver specific but it should be there

as to building a program for that. It should be possible , but i don't think that would be easy as windows programs tend to react to mouse events on
their own forms only.
i used to have a vb6 app that used a windows api to do mouse things (record movement, clicks and replay them) but that was vb6 and win98 :/.

try the mouse settings first

hope it helps

eric

"James Bond" <jb***@universa lexports.com> wrote in message
news:Xn******** *************** ***********@216 .168.3.30...
Hello. My 80+ year old father has recently decided to get his first
computer. Due to his age (and I suspect lack of playing pong as a child
like I did) he lacks the manual dexterity to use a mouse well. He is
frequently missing the left mouse button and hitting the right, or less
often the middle (wheel) buttons. While he is very slowly getting better with practice, the frustration level is high for him as a result of this
(he gets very confused, for example, when "strange" contect menues start
popping up).

Since he is not really doing anything that requires the use of the right
mouse button (much less the wheel) I was thinking the simple solution
would be to disable the right and middle buttons, or even better, make
them all send a left button signal.

I cannot find a way to do this in winxp home, however, so I was wondering if there might be a way to right a little program that would exist as a
daemon and intercept mouse clicks and translate them all to left clicks.
I have a little experience with VB coding but writing a daemon that
operates that closely with hardware is a little over my head. I was
hoping for some pointers in the right direction or suggestions for an
alternate solution.

TIA


Nov 20 '05 #3
Hi James Bond,
Another thing I'd like to mention is that sometimes when you help people
you're actually hindering them. I think writing a mouse button wrapper
would be one of those times.
Adios Amigo,
Christian Blackburn

"EricJ" <ericRéMo**@Thi Somnipack.be> wrote in message
news:3f******** *************** @reader3.news.s kynet.be...
(ok i admit i have never used xp home, but i can't imagine you cant do it
there)
in xp pro its easy
go to control panel/ mouse (the first tab you get there should be buttons)
you can set the right and wheel button to click there (it wil give a left
click then.

its possible this is something mousedriver specific but it should be there

as to building a program for that. It should be possible , but i don't think that would be easy as windows programs tend to react to mouse events on
their own forms only.
i used to have a vb6 app that used a windows api to do mouse things (record movement, clicks and replay them) but that was vb6 and win98 :/.

try the mouse settings first

hope it helps

eric

"James Bond" <jb***@universa lexports.com> wrote in message
news:Xn******** *************** ***********@216 .168.3.30...
Hello. My 80+ year old father has recently decided to get his first
computer. Due to his age (and I suspect lack of playing pong as a child
like I did) he lacks the manual dexterity to use a mouse well. He is
frequently missing the left mouse button and hitting the right, or less
often the middle (wheel) buttons. While he is very slowly getting better with practice, the frustration level is high for him as a result of this
(he gets very confused, for example, when "strange" contect menues start
popping up).

Since he is not really doing anything that requires the use of the right
mouse button (much less the wheel) I was thinking the simple solution
would be to disable the right and middle buttons, or even better, make
them all send a left button signal.

I cannot find a way to do this in winxp home, however, so I was wondering if there might be a way to right a little program that would exist as a
daemon and intercept mouse clicks and translate them all to left clicks.
I have a little experience with VB coding but writing a daemon that
operates that closely with hardware is a little over my head. I was
hoping for some pointers in the right direction or suggestions for an
alternate solution.

TIA


Nov 20 '05 #4
* "Christian Blackburn" <Ch************ *****@Damn.Spam @Hotmail.com> scripsit:
Another thing I'd like to mention is that sometimes when you help people
you're actually hindering them. I think writing a mouse button wrapper
would be one of those times.


Why not design a single button mouse?

;-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #5
are you telling people to get a mac? ;p
Why not design a single button mouse?

;-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #6
Cor
LOL
are you telling people to get a mac? ;p
Why not design a single button mouse?

Nov 20 '05 #7
Herfried,
You some engineers wondered the same thing in the 80s today that disaster is
called a Macintosh mouse :). When I used to work at Microsoft I recall my
boss joking Question:
How can you confuse a mac user?

Answer:
Give them a 3 button mouse!

Cheers,
Christian Blackburn

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:bp******** *****@ID-208219.news.uni-berlin.de...
* "Christian Blackburn" <Ch************ *****@Damn.Spam @Hotmail.com>

scripsit:
Another thing I'd like to mention is that sometimes when you help people
you're actually hindering them. I think writing a mouse button wrapper
would be one of those times.


Why not design a single button mouse?

;-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #8
* "EricJ" <ericRéMo**@Thi Somnipack.be> scripsit:
are you telling people to get a mac? ;p
Why not design a single button mouse?


No, I am telling them to use .NET.

SCNR

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #9
* "Christian Blackburn" <Ch************ *****@Damn.Spam @Hotmail.com> scripsit:
You some engineers wondered the same thing in the 80s today that disaster is
called a Macintosh mouse :). When I used to work at Microsoft I recall my
boss joking Question:
How can you confuse a mac user?


ROFL

I remember the time when I had to work on a Mac... Poor...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
7873
by: R.Wieser | last post by:
Hello All, I'm trying to get a "Virtual Listbox" to work. I've currently got a form, and used CreateWindowExA to create a ListBox with the LBS_OWNERDRAWFIXED and LBS_NODATA flags on it. I've allso subclassed the window and do see all kinds of WS_??? messages coming by. But now I'm stuck :-\ I've got *no* idea what to do next, and all my searching on the web leads me
5
1679
by: Someone | last post by:
I know many don't like having right click disabled, however this is a unique case where clients using viewing this particular site will not be world wide so it's not going to affect too many people. I have searched google archive for this newsgroup for a solution but similar posts never received answers. I have a script that disables right mouse button that works in IE and older versions of NS but it doesn't work in NS7. Can anyone...
20
2149
by: dukeleto | last post by:
I know this is an annoying thing on some sites. I have set some images in an online gallery to have their own java po up window that is set to be the same size as the image. I would like to set ONLY the pop up window so it does not allow th user to right click. Now I did a search, and found some options, but when you right click it gives the user an annoying pop up saying stuff like "you cant d
3
10671
by: Michael Schuerig | last post by:
I'm trying to use the right mouse button to open a popup on a specific element. The popup is triggered by a mouseup event. However, on mousedown the standard context menu opens. To get around this, I listen to that event, too, and stop it (preventDefault, stopPropagation). That works on Konqueror (and presumably other KHTML-based browsers), but not on Firefox. The latter still opens its context menu. My search has turned up literally...
18
3070
by: jrhoads23 | last post by:
Hello, I am trying to find a way to tell if an .NET windows forms Button (System.Windows.Forms.Button) is "depressed" (pushed down). For my application, I can not use a check box control set to button style, I must use a System.Windows.Forms.Button. I can not find a way to tell when it is momentaraly pressed. I tried calling the API SendMessage with the button handle and BM_GETSTATE to get the state of the button. This will only return...
2
1601
by: Robert W. | last post by:
I want to introduce a special "Admin" menu item into my WinForms app. It'll normally be hidden but activated by a special key-sequence. To make it more visible to a user (ex. while talking with a support person on the phone) I thought of shifting it several centimetres to the right of the "Help" menu item. The only way I could think to do this was to add a special spacer menu item in between Help and Admin. It works but I'm wondering...
0
1546
by: =?Utf-8?B?QW5kcmV3?= | last post by:
I have 6 small touch screens that are connected to my pc to a special video card. The video driver splits up my screen in six sections, 3 across the top and 3 across the bottom. They are all even size. Now the video card displays a section of my screen to the corresponding touch screen. I have a separate app that release the touch(mouse) location on the small touch screen back to my main pc and moves the mouse to the appropriate location on...
4
3143
by: Przemek M. Zawada | last post by:
Dear Group, I have written a software (C#/VS2005), which enter current directory, match all requested files and rename it recursively (removing special chars, etc). What I want is to add in right mouse click menu an item, ie. "Re-write this directory" when user clicks in ie. file explorer ($HOMEDIR/My Pictures via IE) right mouse button. This menu has items like: 'View, Sort, Copy, Paste, Cut, Delete, New --Submenu --New folder, New...
7
3323
by: Dave | last post by:
Hello All, These one may be a bit tricky, and what I'd like to do may not even be possible. I would love to hear any ideas you guys have for solving this. Here is the situation: I have a form that displays the high-level data for a set of records in continuous forms mode. I have a simple command button that will open another form with the details of the selected record.
0
9424
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10223
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10000
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9866
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3968
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3571
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.