andreiaron
Programmer
Hi, i need to generate mouse events outsidee the windows i create. (preferably c#, but a c++ solution will do as well)
i need to create a program that will "move" the mouse pointer, and click on windows (not windows that I myself create) and type random keys around the OS, but without using the physical mouse or keyboard. I am using this for a communications program that will give remote acces to the mouse and keyboard.
I know how to do this inside forms (windows) that i myself create, but i have no idea how to capture/create mouse events simply inside the (eg. outside the windows my program creates).
thanks, and i would appreciate the help,
Andrei
i need to create a program that will "move" the mouse pointer, and click on windows (not windows that I myself create) and type random keys around the OS, but without using the physical mouse or keyboard. I am using this for a communications program that will give remote acces to the mouse and keyboard.
I know how to do this inside forms (windows) that i myself create, but i have no idea how to capture/create mouse events simply inside the (eg. outside the windows my program creates).
thanks, and i would appreciate the help,
Andrei