I have added a CComboBox to my dialog and for some reason when I run it and select the down arrow of the CComboBox nothing displays below. I have tried inserting values in both the resource file by inserting them in properties and I have tried inserting them in the OnInitDialog routine of the dialog in which the CComboBox is a member of. The CComboBox does list the items when a characters corresponding to one of the items in the list is pressed. This shows me that the values are associated with the CComboBox but that it is just not opening down. What am I doing wrong?