I am attempting to utilize a hardware button on my Motorola MC75 to perform the function of a button event that I created on the form. I have attempted to use the WindowsCE.Forms.HardwareButton class, however, I can't seem to get it working. I can't even capture any KeyDown event on the form. I set up the event and the KeyPreview is set to true on the form, however, the event is never fired on any hardware button I press on the device while debugging.
Any suggestions?
Thanks in advance.