I have a wxWidgets windows application, I am launching annother application upon click a certain button on my appication, This new launched application behaves like to modal window and my application is sent back, But when user use Alt+Tab or click my appliction icon, My application comes to front, whereas child application which is already opened should have been shown
I figured how to bring an application to front, Now i would like to know if i can set a callback to parent application which will be called whenever application is activated (either through Alt+Tab or task bar icon or any other way), So i can bring my child application to front at this time.Is there a windwos API for this?