I want to handle a button pushed event, but the only valid events are BN_CLICKED and BN_DBLCLICKED. Thanks for any help you can give.
Printable View
I want to handle a button pushed event, but the only valid events are BN_CLICKED and BN_DBLCLICKED. Thanks for any help you can give.
BN_CLICKED is the button pushed event (whether it's actually
"clicked" with the mouse or "pressed" with an accelerator key).