Results 1 to 2 of 2

Thread: Vc++

  1. #1
    amac
    Guest

    Vc++

    How do you go about putting a control into another.... like putting a text box in a menu... or a combo box on a toolbar???

  2. #2
    Megatron
    Guest
    I don't think you can do it using the standard resource editor, but you can probably do it using SetParent.
    Code:
    SetParent(hComboBox, hToolBar);

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