I am using a Full Screen application that is using DirectDraw functions for display and it is working fine. Now I want to show another application with its own window but the other application is hidden behind the full screen Direct Draw application when launched. I can access the other application only when I close the directdraw full screen application.
Is it possible to switch to another application from a direct draw full screen application while running? Is there any way we can display the other application’s window on top of the full screen DirectDraw function and then resume back once the other window is closed?
Thanks and regards