PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
space showing instead of start/title bar
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
space showing instead of start/title bar
![]() |
space showing instead of start/title bar |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Are you using an updated version of the CF, or still CF 1.0 RTM? This
sounds like a bug from that era. -- Chris Tacke OpenNETCF Consulting Managed Code in the Embedded World www.opennetcf.com -- "BrianP" <briforge@gmail.com> wrote in message news:1157575191.330114.120830@h48g2000cwc.googlegroups.com... > 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? > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
I don't know, how do I find out? And what is 'RTM'? I'm just using
Visual Studio 2003. <ctacke/> wrote: > Are you using an updated version of the CF, or still CF 1.0 RTM? This > sounds like a bug from that era. > > > -- > Chris Tacke > OpenNETCF Consulting > Managed Code in the Embedded World > www.opennetcf.com > -- > > > > "BrianP" <briforge@gmail.com> wrote in message > news:1157575191.330114.120830@h48g2000cwc.googlegroups.com... > > 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? > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
http://wiki.opennetcf.org/ow.asp?Co...erminingVersion
-- Chris Tacke OpenNETCF Consulting Managed Code in the Embedded World www.opennetcf.com -- "BrianP" <briforge@gmail.com> wrote in message news:1157634343.628666.196510@i3g2000cwc.googlegroups.com... >I don't know, how do I find out? And what is 'RTM'? I'm just using > Visual Studio 2003. > > <ctacke/> wrote: >> Are you using an updated version of the CF, or still CF 1.0 RTM? This >> sounds like a bug from that era. >> >> >> -- >> Chris Tacke >> OpenNETCF Consulting >> Managed Code in the Embedded World >> www.opennetcf.com >> -- >> >> >> >> "BrianP" <briforge@gmail.com> wrote in message >> news:1157575191.330114.120830@h48g2000cwc.googlegroups.com... >> > 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? >> > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Brian,
http://wiki.opennetcf.org/ow.asp?Co...erminingVersion and http://www.webopedia.com/TERM/R/RTM.html Ruediger "BrianP" <briforge@gmail.com> schrieb im Newsbeitrag news:1157634343.628666.196510@i3g2000cwc.googlegroups.com... >I don't know, how do I find out? And what is 'RTM'? I'm just using > Visual Studio 2003. > > <ctacke/> wrote: >> Are you using an updated version of the CF, or still CF 1.0 RTM? This >> sounds like a bug from that era. >> >> >> -- >> Chris Tacke >> OpenNETCF Consulting >> Managed Code in the Embedded World >> www.opennetcf.com >> -- >> >> >> >> "BrianP" <briforge@gmail.com> wrote in message >> news:1157575191.330114.120830@h48g2000cwc.googlegroups.com... >> > 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? >> > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

