View Single Post
Old 29-Mar-2007, 03:05 AM   #1 (permalink)
Iphone
Fixed Error!
 
Iphone's Avatar

Posts: 4,202
Join Date: Mar 2007
Rep Power: 6 Iphone is on a distinguished road

IM:
Default C# MDI forms in full-screen managed DirectX

Question: How do I use C# MDI forms in a fullscreen Managed DirectX application? When I full-screen, I mean exclusive full-screen mode, not a maximized window without frames. I have a test application put together that does 99% of the work. All that remains are the missing one or two lines of code in the device setup.

www.suvaonline.com/contractor/Fullscreen_MDI.zip

I know it's possible because of the function Device.SetDialogBoxes(true). But I can't figure out what is causing that method call to fail.
Iphone is offline   Reply With Quote