Dialogs in DirectX Fullscreen applications

Started by
0 comments, last by cdoty 16 years, 11 months ago
It is possible to show a normal windows dialog in a directx fullscreen application? I need a way to show a info box from another application in a directx application to inform the user about changes. It would be great, when everyone can tell me a solution of the problem.
Advertisement
In the LPDIRECTDRAW7 interface there is a method called FlipToGDISurface. This will show visible dialogs; but you cannot flip the surface after calling FlipToGDISurface.

I'm not sure if it will show dialog boxes from other applications though.

Check out Super Play, the SNES inspired Game Engine: http://www.superplay.info

This topic is closed to new replies.

Advertisement