cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
BackGround Program
BackGround Program
Oct 18, 2012 at 1:56pm UTC
RipIt
(18)
I need a program to run in the background to move the user's mouse to the top left corner every 10-15 seconds or so, just to annoy a co worker for a while. Can this be done?:)
Oct 18, 2012 at 2:43pm UTC
webJose
(2948)
Yes. Repeatedly call SetCursorPos():
http://msdn.microsoft.com/en-us/library/windows/desktop/ms648394(v=vs.85).aspx
Topic archived. No new replies allowed.