I am designing a system that reads a gesture from Kinect and performs some actions. I am trying to turn on the system to send HotKey to the application. My system writes in C ++, but the user interface is in C ++. Net. I was able to use SendKeys from part of the user interface, and it really works.
Is there a Win32 equivalent so I can use it on my system?
Thanks in advance!
c ++ winapi sendkeys
Oni Jul 27 '11 at 1:01 2011-07-27 01:01
source share