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

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -