PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Delete Buffer of Screen Tabs
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Delete Buffer of Screen Tabs
![]() |
Delete Buffer of Screen Tabs |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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! |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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! |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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! > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

