I need to sendkeys.send("{SPACEBAR}") to a Flash control (in a webBrowser) wherein the only way I can trigger the event is when the Space Bar is pressed. I know there isn't a way to send space bar exactly, only (" ") which isn't correctly processed by Flash .

So is there any way I can send a Space Bar key directly to the screen?

And by the way, is there any way I can send keystrokes to a web browser control that is embedding into my application without using SendKeys.. since I don't want the keys to accidentally be processed by other applications.

Thanks,
TheDeathly