Superfly1611
Regular
Hi all,
I'm in the process of writing my first application for the compact framework.
I need to write an event handler that handles all keyup events. Now obviously I could simply override the OnKeyUp event of the form, which is something I have tried with limited success.
Whenever another control on the form has the focus the keyup event handler will obviously not fire.
I would have thought that this would be a common problem, I did a few searches on msdn but it didn't come up with anything that looked quite like what I was looking for.
Is there a solution to this?
I'm in the process of writing my first application for the compact framework.
I need to write an event handler that handles all keyup events. Now obviously I could simply override the OnKeyUp event of the form, which is something I have tried with limited success.
Whenever another control on the form has the focus the keyup event handler will obviously not fire.
I would have thought that this would be a common problem, I did a few searches on msdn but it didn't come up with anything that looked quite like what I was looking for.
Is there a solution to this?