Jan 22, 2014 at 12:08am
Need to do this:
::SendMessage(hwnd, WM_KEYDOWN, VK_ALT,0);
Compiler says:
C:\MyInspect\MyMain.cpp|155|error: 'VK_ALT' was not declared in this scope|
Any include needed? Which one?
Thanks a lot
Alex
Env: Win7, Mingw, Wxwidgets 3
Last edited on Jan 22, 2014 at 12:13am
Jan 22, 2014 at 12:45am
Last edited on Jan 22, 2014 at 12:46am
Jan 22, 2014 at 7:48am
This is for a kind of robot app for gui stress testing. I need to send alt f1