[Win32Lib] simulating a keypress?
- Posted by DanM Mar 11, 2009
- 830 views
How can I simulate a keypress in my program?
I suspect "SendMessage" is the way to go, but I don't know how to use it.
I want to make an edit box that comes to expect an <enter> keypress think <enter> has been pressed.
Dan