From: Parsh on
I am trying to create an Application for Pocket PC 5.0. (Windows Mobile 5.0).
My application relies on Function Keys (F1, F2 ... F10). These functions are
preassigned to set functions in Windows Mobile 5.0 (E.g. F6 - Volume UP, F7 -
Volume Down, etc.) So when the user presses these keys the form which i have
created does not get KeyDown Event.

I am able to access F3, F4, F5, F8, F9, F10. All other keys F1, F2, F6, F7,
F11, F12 are not resulting in the event. I was wondering if there is a
solution for this problem?

Thanks for your time.
Parsh