there is a problem. wrote a game in xna, wanted to insert it into a winforms, says done, insert, works.
Managing the game is you press the keys on the keyboard.
But the need to add buttons in the application (winforms), and that when you click on them to emulate the example keystroke left.
I am doing in the properties button SendKeys.Send ( "(LEFT)") but which does not happen, the game does not move, why?? I have tried through findwindows, ziro response.
There are suggestions?
language C#