Im developing a WINDOWS SERVICE that is just suposed to log the mouse position every 10 sec. The problem is that i cant get the mouse position... i call user32 for the method "GetCursorPos(ref Point)" but i always get |0,0|
can anyone tell me how to properly get the position?