all groups > dotnet compact framework > november 2007 >
You're in the

dotnet compact framework

group:

Delete Buffer of Screen Tabs


Delete Buffer of Screen Tabs Arne
11/5/2007 2:04:02 AM
dotnet compact framework:
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.

Re: Delete Buffer of Screen Tabs ctacke/
11/5/2007 6:54:31 AM
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


[quoted text, click to view]

Re: Delete Buffer of Screen Tabs Arne
11/18/2007 11:59:00 PM
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?

[quoted text, click to view]
AddThis Social Bookmark Button