Hi, i know this topic was here several times, but all threads are very old and codes from them are not working for me.
So, I need to simulate mouse and keyboard events on my windows (moving mouse,clicking mouse, pushing keyboard buttons). I need to do this all from c++ code. This code will be running on same computer which will accept simulated signal. I wanna make something like functions - goto(int x, int y), click(short i), write(string s).
Here is thread i read recently and it didnt worked:
http://www.daniweb.com/forums/thread6727-2.html
(I read more but I cannot find them right now)
I am using MS Visual Studio C++ Express 2010.
Thanks in advance