CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    2

    Is there as easy way to handle Button Pushed events??



    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.

  2. #2
    Join Date
    Apr 1999
    Posts
    32

    Re: Is there as easy way to handle Button Pushed events??



    BN_CLICKED is the button pushed event (whether it's actually

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured