space showing instead of start/title bar

B

BrianP

I'm writing a game that uses full screens. The only time it doesn't
work is the first time a couple of the forms are displayed. In those
cases, the top of the screen (where the start bar usually is) from the
previous form/screen is displayed instead.

I'm using

this.WindowState = FormWindowState.Maximized;

to get the fullscreen to work. That was resulting in some flickering
of the title bar, which was fixed by using P/Invoke calls ShowWindow
and EnableWindow from another thread here.

Any ideas?
 
G

Guest

Are you using an updated version of the CF, or still CF 1.0 RTM? This
sounds like a bug from that era.
 
B

BrianP

I don't know, how do I find out? And what is 'RTM'? I'm just using
Visual Studio 2003.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top