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" <(E-Mail Removed)> wrote in message
news:99A4D796-9A15-43D3-A825-(E-Mail Removed)...
> 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!