Sendkeys problem

Nezo

Member
Joined
Sep 27, 2005
Messages
12
Programming Experience
3-5
I'm having a problem getting SendKeys to send keystrokes to applications that are basically not windows form styles applications, such as direct3D applications.

For instance I want to send the {up} key to a game and make a character move forward, SendKeys does not seem to have the ability to do this directly to any D3D applications, even when I make the application active it still will ignore SendKeys.

I've been able to write scripts for such things in Autoit which seems to send just plain raw keystrokes. I guess my real question is, is there way to send keystrokes at a lower level than the SendKeys function in VB.Net?
 
Back
Top