I have an application with several windows where only the main window appears in the taskbar.
With a click on the icon in the taskbar I want all my application windows to show up on top of any other open windows.
I tried Form_Activated event but this is also fired if the application is activated by a direct click in the main window.
So how do I detect if someone activated the application just from the taskbar ?