here is my situation: we are writing an application that must transform Microsoft Kinect coordinates into keyboard and mouse events.
When we need to take control of the
You need to pInvoke Winapi sendmessage.
http://msdn.microsoft.com/en-us/library/ms644950(v=vs.85).aspx
http://pinvoke.net/default.aspx/user32.SendMessage
This is what I'm using. It works but you have to read a little bit about it. This is very powerful method.