PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework space showing instead of start/title bar

Reply

space showing instead of start/title bar

 
Thread Tools Rate Thread
Old 06-09-2006, 09:39 PM   #1
BrianP
Guest
 
Posts: n/a
Default space showing instead of start/title bar


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?

  Reply With Quote
Old 06-09-2006, 09:51 PM   #2
Guest
 
Posts: n/a
Default Re: space showing instead of start/title bar

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?
>



  Reply With Quote
Old 07-09-2006, 02:05 PM   #3
BrianP
Guest
 
Posts: n/a
Default Re: space showing instead of start/title bar

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?
> >


  Reply With Quote
Old 07-09-2006, 03:16 PM   #4
Guest
 
Posts: n/a
Default Re: space showing instead of start/title bar

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?
>> >

>



  Reply With Quote
Old 07-09-2006, 03:20 PM   #5
Rüdiger Kardel
Guest
 
Posts: n/a
Default Re: space showing instead of start/title bar

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?
>> >

>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off