Hi,

We are developing a WinCE app for PocketPC 2003 (.net 2).

I am using KeyPreview = True in my forms to be able catch some keys and do
special processing in the forms (like shortcuts).

We have a main menu form that uses those shortcuts to call other forms. If
we have keypreview = true in the children forms when they are activated the
KeyUp event is called in the form (like the key was pressed for them, ie:
like pressing the key twice).

Any ideas?

Thanks... José Araujo