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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -