koler432
February 7th, 2008, 06:37 AM
I'm not sure whether this is a common question, but again google returned few useful results.
So I set up the comboboxex correctly, all of it. I add items, it works. However, when I click the dropdown button (it's on CBS_DROPDOWNLIST), nothing happens. The items are there, I can access them using the arrow keys. I've found people saying you need to resize the child combobox that's inside the Ex, as well as people saying you need to resize the Ex, or send a CB_SHOWDROPDOWN message to the child combobox (the latter just makes my app run slow for the first few seconds). So I have no clue what to do next. Unless this is a normal behavior and I should be handling the dropdown myself. I wouldn't know, this is my first time using Combo Boxes with winapi.
If anyone could tell me what are the exact procedures for using a ComboBoxEx, I'd appreciate.
Thanks in advance.
So I set up the comboboxex correctly, all of it. I add items, it works. However, when I click the dropdown button (it's on CBS_DROPDOWNLIST), nothing happens. The items are there, I can access them using the arrow keys. I've found people saying you need to resize the child combobox that's inside the Ex, as well as people saying you need to resize the Ex, or send a CB_SHOWDROPDOWN message to the child combobox (the latter just makes my app run slow for the first few seconds). So I have no clue what to do next. Unless this is a normal behavior and I should be handling the dropdown myself. I wouldn't know, this is my first time using Combo Boxes with winapi.
If anyone could tell me what are the exact procedures for using a ComboBoxEx, I'd appreciate.
Thanks in advance.