0

While capturing the WM_ACTIVATE message, I am getting the LPARAM parameter of the message handler as NULL if the windows are in the different threads. So after some reading and searching I found that for this kind of situation one should use WM_ACTIVATEAPP. But my problem is that WM_ACTIVATEAPP is not supported for WINCE. I want to know some alternative so that if activation happens and windows affected are in the different threads I can get handle of other window in current window class..

Manish
  • 513
  • 1
  • 8
  • 23

0 Answers0