Hi,

I create CComboBox control dynamically in my program using the .Create() method, I fill the control with data, but when I run the program and click on the combo-box to expand its list - I can see only the first option and NO list is opened, how can I define the list length ?

Thanks