Link to home
Start Free TrialLog in
Avatar of cpa802
cpa802

asked on

Mimize directx full screen

I have a DirectX Application which works in full screen.

For debugging purposes I want to pop up a message box with an error message.

The problem is that when the message box comes up it cant be seen unless you switch to another program then switch back to the application.

How do I minimize the application before calling the message box?
ASKER CERTIFIED SOLUTION
Avatar of kamarey
kamarey

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cpa802
cpa802

ASKER

Close enough, I used ShowWindow with the SW_MINIMIZE parameter.