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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -