Click to See Complete Forum and Search --> : Is there as easy way to handle Button Pushed events??


Mike H.
March 29th, 1999, 09:52 AM
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.

Daren Chandisingh
March 30th, 1999, 02:49 AM
BN_CLICKED is the button pushed event (whether it's actually

"clicked" with the mouse or "pressed" with an accelerator key).