In this program, the 'X' key is registered using RegisterHotKey( )
and the form is subclassed to process the message when
the 'X' key is pressed. How can I show a button press of the button
on the form when the key is pressed? I tried to SendMessage( )
WM_LBUTTONDOWN and WM_LBUTTONUP, but that is done so
fast that the keypress can't be seen. This is a poor solution.
Any Ideas?
