Is there an ComboBox control which will allow me to associate an icon to every item in the ComboBox. The main purpose is to set a comboBox with a list of countries with the icons representing their flags.
Any suggestiions are appreciated.
Printable View
Is there an ComboBox control which will allow me to associate an icon to every item in the ComboBox. The main purpose is to set a comboBox with a list of countries with the icons representing their flags.
Any suggestiions are appreciated.
You want the listview control.
Project/Components/Window Common Controls
I really have no space on the form for a listBox. What I really need is a dropdown box. Can the listBox perform the same functionality ?
I don't think that HeSaidJoe, unless you can change it to a combobox (wich view is that? never managed to do it!)
shtirliz, a ListBox is something else than the ListVIEW, I can't help you any further but if you ever need some cool combo effects, use this :)
http://www.mvps.org/vbnet/code/subcl...wedgecombo.htm
If you don't want to resort to Subclassing then checkout the ImageCombo control supplied with the Microsoft windows Common Controls component.
ImageCombo is exactly what I was looking for. Thanks to all of you for your responses.
I guess it's too late to reply, huh?
So I'll give you this tip:
Use an ImageList to put the pics in the image combo.
:rolleyes: