PostMessage Problem
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to send ALT + S to an application, ive tried: PostMessage ( WM_SYSCHAR , 's' , 0 ); What im i doing wrong cos its not working Papa Murex Co. while (TRUE) Papa.WillLove ( Bebe ) ;
Only a guess here, but the third arguement of
PostMessage( UINT message, WPARAM wParam = 0, LPARAM lParam = 0);
is designed for additional message information, you may need to send something else than the default 0. HTH Nick Parker
**So like children pointers should be left to grown ups. - Norm Alomond
**