Hi.

I have used the approach described on
http://www.pocketpcdn.com/articles/handle_hardware_keys.html on how to
handle hardware keys. It works great in a dialog with only statics, adding
the OnKeyUp() method to the dialog class. But if I add buttons or
edit-box'es, the message is sent to the object that has focus, and not to
the dialog class.
Is there a way to "forward" these messages, or even better make the dialog
class intercept the message before it is sent to the objects in the dialog?

Best regards,
OJ