PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Delete Buffer of Screen Tabs

Reply

Delete Buffer of Screen Tabs

 
Thread Tools Rate Thread
Old 05-11-2007, 11:04 AM   #1
=?Utf-8?B?QXJuZQ==?=
Guest
 
Posts: n/a
Default Delete Buffer of Screen Tabs


Hello!

I am looking for a way to delete the buffer of screen tabs out of c# which
is buid by windows mobile while our application is busy. When the user tabs
the screen while we do some calaculations the screen-tabs are buffered. When
calcualtions are done the buffered tabs are beeing executed and the user
opens wrong screens.

Tanks for your responses!
  Reply With Quote
Old 05-11-2007, 01:54 PM   #2
Guest
 
Posts: n/a
Default Re: Delete Buffer of Screen Tabs

Turn on KeyPreview for the form and when you start calculating, throw away
all keypresses there.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com


"Arne" <Arne@discussions.microsoft.com> wrote in message
news:99A4D796-9A15-43D3-A825-204C6B3B1675@microsoft.com...
> Hello!
>
> I am looking for a way to delete the buffer of screen tabs out of c# which
> is buid by windows mobile while our application is busy. When the user
> tabs
> the screen while we do some calaculations the screen-tabs are buffered.
> When
> calcualtions are done the buffered tabs are beeing executed and the user
> opens wrong screens.
>
> Tanks for your responses!



  Reply With Quote
Old 19-11-2007, 08:59 AM   #3
=?Utf-8?B?QXJuZQ==?=
Guest
 
Posts: n/a
Default Re: Delete Buffer of Screen Tabs

Hi Chris!

Thanks for your response. I am not able to catch the taps on the screen over
keyPreview, only keypresses. Is there a similar way for taps?

"<ctacke/>" wrote:

> Turn on KeyPreview for the form and when you start calculating, throw away
> all keypresses there.
>
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Giving back to the embedded community
> http://community.OpenNETCF.com
>
>
> "Arne" <Arne@discussions.microsoft.com> wrote in message
> news:99A4D796-9A15-43D3-A825-204C6B3B1675@microsoft.com...
> > Hello!
> >
> > I am looking for a way to delete the buffer of screen tabs out of c# which
> > is buid by windows mobile while our application is busy. When the user
> > tabs
> > the screen while we do some calaculations the screen-tabs are buffered.
> > When
> > calcualtions are done the buffered tabs are beeing executed and the user
> > opens wrong screens.
> >
> > Tanks for your responses!

>
>
>

  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