Click to See Complete Forum and Search --> : plzz help me on controlling the cursor of mouse...


rgiit_rgiit
November 13th, 2007, 03:02 PM
Hi guyz...
i am 3rd yr student doing a project on Face as mouse.
so plzz anyone help me how to controll the mouse using C/C++.
i want to control the cursor through c/c++ code and it should do all the operations as normal mouse.
Itz urgent the dead line for the submission of the project has come.
Thank U.........

.pcbrainbuster
November 13th, 2007, 03:45 PM
Look up the function known as mouse_event(Parameters) :)

JohnCz
November 13th, 2007, 10:31 PM
Since NT mouse_event has been superseded. See SendInput (MSDN).

golanshahar
November 14th, 2007, 02:01 PM
Look at this FAQ (http://www.codeguru.com/forum/showthread.php?t=377394).

Cheers