Wednesday, April 13, 2011

Default Most common Problem of Optical Mouse Solved

Have you ever faced a problem with your optical mouse(any brand - specially the lesser expensive ones like: techcomm, frontech, zebronics etc) ?after usage of 7-8 months(the duration differs) many optical mouse users face a problem of multiple clicks(2 or more than 2) on clicking just once. It becomes really hard to control the mouse clicks while browsing. This is a very common problem and I have faced this problem on three different optical mouses till date.

Well, after searching for solutions on many sites I finally found a solution.

Mousefix.exe is a very small free application which you will need to put in your startup folder and which will always run in the background in case your mouse is having the problem i said. It will monitor your mouse clicks and won't let it make false clicks. For interested people the entire source-code is also freely available.

though this application was meant for Microsoft Intellimouse Explorer Optical Mouse, i tried it and it works fine with all such defective optical mouses. It only uses about 200KB of RAM in the background.




Quote:
MouseFix

This is a small utility program I wrote to correct a problem that is experienced by some users of the Microsoft Intellimouse Explorer Optical Mouse, whose devices have defective microswitches under the buttons causing a single-click to be seen by Windows as a double-click (seemingly not "debounced" properly).

Contrary to Microsoft Knowledge Base Article 266738 — IntelliMouse: Mouse Double-Clicks When You Try to Single-Click — this problem is most likely to be caused by faulty hardware. However, I couldn't be bothered sending my mouse back, so I wrote a software solution to the problem.

For my mouse, the problem seems to be that the switch isn't "debounced" when you release the button — i.e. when you release it, it actually clicks again. Basically, the program intercepts "up" events for the left mouse button, and ignores any subsequent "up" events that follow within a very small time.
Installing MouseFix

1.Download the utility:
* Download MouseFix utility (Windows NT/2000/XP only)
2. Unzip, and place the files in C:\Program Files\MouseFix.
3. Create a shortcut to MouseFix.exe and place it in the Startup folder of the Start menu.
4. Log off and back on again — your mouse should no longer double-click by accident!

If you manually run the executable, only run it once — you will not see anything to indicate the utility is running, but you should be able to locate the MouseFix.exe item in TaskManager (you can exit the utility by ending the task).

Additional Notes

This utility is provided free of charge and without a warrenty of any kind. I am not responsible for any damage or loss that may occur. USE ENTIRELY AT YOUR OWN RISK.

This utility will only work on Windows NT, 2000 or XP. However, I have made the source-code available free of charge to anyone who is interested in it, and someone could probably adapt it to work on Windows 95/98/ME.

* Download source code (MSVC6)
source: Daniel Jackson - Fun - Old Stuff

I hope this will help many users and eliminate the need of buying new mouse every now and then because of this problem. Plz share your experiences and opinions.

No comments:

Post a Comment