How To Use Wm_command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Qudus
    New Member
    • Mar 2007
    • 1

    How To Use Wm_command

    How to use WM_COMMAND when press the push button through BS_PUSHBUTTON in WINDOWS XP Platform give me the example of it in the source code visual c++

    Thank You
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Have you set up a dialog box or window handler function?

    You would use WM_COMMAND in a test on the message type received in those functions. Once you know it's a command then you can use the other message parameters to determine what type of command produced by what control

    See the WM_COMMAND documentation

    Comment

    Working...