Hey. I'm trying to write a program to send keystrokes to a full screen application (games), but it doesn't seem to be working. I'm using keybd_event(), and when I test my program with notepad or Word as the active window, it starts typing text in the blank document, so the code is correct....keybd_event just seems to have trouble sending a keystroke to a full screen application. Anyone know a way to get around this problem? Should I be using something besides keybd_event to do this? (I'm using Borland to compile my program, if that makes any difference)

Thanks