(Working with MFC)
CWndObject.PostMessage(WM_KEYDOWN, 13) ;
that line of code sends the return carriage to the Window.
replacing 13 with any other character code sends that character to the Window.
I want to sent the simultaneous key press of ALT + w OR ALT + any other key.
How can...
I am using the FindWindow and FindWindowEx funtions to get a handle to any windows application. (WORKING WITH MFC)
In order to do this I have to know the application's class name. For Example,
FindWindow("AOL Frame25", NULL) returns the handle to an AOL instance.
My problem...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.