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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -