visual c++ - Make MFC form active -
I have an application disabled. I need to activate it on timer event Why do I need to call? This-> SetActiveWindows ()
does not help.
Try
set window pauses (hwd, hwtipopost, 0 , 0,0,0,0,0, SWPISHOVONDO);
It should work on all windows.
Comments
Post a Comment