ComboBox on Toolbar
Hello everyone. I hope someone can help me.
I am unable to successfully implement a simple ‘CBS_DROPDOWNLIST’ combobox inside the toolbar through the Win32 API and VC6++. I know how to create a combobox, add strings to it and place it inside the toolbar but this is where problems begin.
When I click the dropdown arrow button, an empty list box appears. The strings are in it but they are not visible. If I scroll the list box with the keyboard arrow keys, strings appear one by one. Also, I am unable to close the listbox with the mouse, only by clicking the ENTER key. Mouse movement over the listbox doesn’t highlight anything.
I’ve searched the web for tutorials on this subject, but it seems that they are all oriented on MFC. Has anyone been successful in implementing it through the Win32 API?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement