// JP opened flex table

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


Udrea Octavian
July 15th, 1998, 09:08 AM
I noticed that if I add a normal ComboBox to a dialog (not owner draw, dropdown list) and add some strings, even though the strings are added (I verified that), the list isnīt displayed when i push the down button. Can anyone give me a solution to that? I solved it by using ActiveX controls (Microsoft Forms 2.0 ComboBox)

Alain GRANDJEAN
July 15th, 1998, 09:16 AM
Make sure to set the drop-down zone to the desired size.

By default, drop-down zone, has a NULL size.

To do that, select the Combobox in the resource editor and select the down button then you can specified the desired size.

mihai
July 16th, 1998, 05:30 AM
Don't forget to select Simple style of combobox, resize, and then restore the wished style.

Sincerely, Mihai

//JP added flex table