Hi,

Everytime I press a hardware button, I receive two WM_KEYUP messages in my
application's WNDPROC. Is that the normal behavior?

Thanks,
Nelson

P.S. I do not use TranslateMessage() when processing the message queue.