Thread: Wm_command

  1. #1
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052

    Wm_command

    How do I send a message to a specific child control (ie. IDC_BUTTON)? I can only think of how to send a WM_COMMAND message: eg.
    Code:
    SendMessage(WM_COMMAND, ...)
    Thanks

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    SendDlgItemMessage()....that will operate when you have an ID.....or if you have a HWND you could use SendMessage()

  3. #3
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    Thanks !

Popular pages Recent additions subscribe to a feed