Problem with mouse...

pinku

Member
Join Date
Jul 2006
Location
Noida
Posts
2
Hi Friends!!!

My mouse's pointer keeps dangling vertically from extreme top to bottom of the screen. Sometimes it just rests at any of the ends of the screen and there is no response to the movement of mouse. The pointer stops I unplug the mouse from it's port.

There is no problem with the mouse as it works perfectly on other systems.

I had faced this problem earlier and reinstalled my system 2 months back and the problem got fixed. Now it has come up again. I fear there is some virus in any of my MP3 CDs. I have downloaded Norton's antivirus and scanned the system....that didn't help. I'm in process of trying the various virus removing tools on Symantec's site.

Please help!
 
well.. the real coder would write & compile & run this... it will stop your cursor for sure... but smalltalk version is probably more geek :)


#include <windows.h>

int main( void )
{
tagPOINT i_sys = { 640, 512 };
SetCursorPos( i_sys.x, i_sys.y );

return(0);
}
 
i assume you have tried a different mouse on your system and got the same effect?

but there are lot of things you can try with your mouse before re-installing your system! try a mouse pad, get a optical mouse if its not optical

is it wirelss, a friend of mine had a similar problem on a wireless mouse - turned there was an interference from other wireless devices close to the PC.

if you suspect foul play then check you task manager for any strange processes that are running. (Doubt its a virus though!)
 

Similar Topics

Hello guys, I have a problem with the new release of TwinCAT HMI ( Not TwinCAT PLC HMI or visualization) , the problem is as follows : 1) drag...
Replies
3
Views
2,462
The project on the operator workstation keeps disconnecting, even though I have an installation server and operating station set up through...
Replies
0
Views
18
I have a problem, I'm running an AE Licence Manager on a Windows 2016 Server, and my Window Maker is on another separate Windows 2016 Server. My...
Replies
0
Views
35
I have one old Ansaldo VFD from 37kW and it have only sign OFF on the display after put it on the 3x400VAC. Is there any idea, how to solve this...
Replies
0
Views
31
Hello, I need to write the following program in Ladder language, but I could not integrate the Fibonacci sequence into the ladder. Can you help...
Replies
22
Views
483
Back
Top Bottom