Hello, Under Windows XP, is it possible to execute a 3rd party application, so its main window will be a child/popup window of my VC++ MFC application?
- I want to control it's Z-Order like any other window in my app
- I don't want it be be visible in the taskbar
- I want to catch its WM_CLOSE and handle it in my app
In general, I want my users to feel that this is just another dialog in my application.