CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: CComboBox

  1. #1
    Guest

    CComboBox

    Hi there,
    It might sound stupid.I am using CformView (VC++6.00) and using GetDlgItem when i try to add string to combobox the strings get added but there is no DropDown list box.And yes i have checked the proprties DropDown option correctly. Is there anyone who can help me.
    Raj



  2. #2
    Guest

    Re: CComboBox

    did you also extend the dropdownlistbox.
    If you haven't click on the arrow in the combobox, you'll see the point at wich you can grab the control to extend it change from horiznontal to vertical


  3. #3
    Guest

    Re: CComboBox

    I have been having a problem like this as well. From what I understand by reading through some of the posts, you need to get into the resource editor(the place where you add the controls to the dialog box) and highlight the combo box control. After highlighting the control you now need to extend it downwards to drop down length you would prefer. If you don't do this then you will only get a pixel sized line below the combo box and no choices.


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