windowed to fullscreen issue

Started by
0 comments, last by Headkaze 16 years, 10 months ago
hey all got a few issues moving our windowed engine to full screen mode. i have the device modes changing and enumerated fine. Icons from the taskbar on the desktop are showing through on the bottom of the screen. i'm sure there are simple flags etc. that aren't being set for my app window, just unsure where to grab the best simple full screen demo for dx9. thanks -programmer_tom
Advertisement
I had this problem myself, and actually deleting my form and re-creating it and pasting back the old code fixed my draw through issues. When you go fullscreen set the TopMost to true and make sure your backbuffer is the right size. I also use this.Setstyle(Controlstyles.UserPaint | Controlstyles.Opaque, true);

EDIT: Sorry I thought this post was in the .NET forum.

[Edited by - Headkaze on June 13, 2007 1:09:24 AM]

This topic is closed to new replies.

Advertisement