i search for a method to register for a global hotkey, so i can trigger a method when the key gets pressed.
It needs to work with Windows CE and Windows Mobile >=5.
[EDIT: It also needs to work when the application is hidden and/or the form has no focus]
If RegisterHotKey fails to do what you want for some reason, put in a keyboard hook. Hooks aren’t “officially” supported, but for the keyboard they work just fine.