![]() |
|
#6
|
|||
|
|||
|
Easiest way would be to find the window using the windows API FindWindow and FindWindowEx. Then you should use something like
SendMessage(hwnd, WM_KEYDOWN,VK_RETURN,0); SendMessage(hwnd, WM_KEYUP, VK_RETURN,0); |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where is the answered button? | Dreamer | General Discussion | 0 | 05-07-2015 18:22 |
| Does simulating click affect GetMessagePos()? | BlackWhite | General Discussion | 10 | 02-14-2015 02:54 |