Click to See Complete Forum and Search --> : CComboBox


June 23rd, 1999, 02:38 AM
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

June 23rd, 1999, 07:10 AM
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

July 15th, 1999, 08:56 AM
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.