H Herfried K. Wagner [MVP] Nov 1, 2004 #2 Ken Yu said: How can create image in ListView and ComboBox ? Click to expand... ComboBox: ImageCombobox in VB.NET <URL:http://www.codeproject.com/vb/net/ImageComboBox_VBNET.asp> Implementing an OwnerDrawn ComboBox <http://www.codeproject.com/cs/combobox/ownerdrawncombobox.asp> ListBox with Icons <URL:http://www.codeproject.com/cs/combobox/glistbox.asp> ListView: Take a look at the 'ListViewItem''s 'ImageIndex' and the listview's '*ImageList' properties.
Ken Yu said: How can create image in ListView and ComboBox ? Click to expand... ComboBox: ImageCombobox in VB.NET <URL:http://www.codeproject.com/vb/net/ImageComboBox_VBNET.asp> Implementing an OwnerDrawn ComboBox <http://www.codeproject.com/cs/combobox/ownerdrawncombobox.asp> ListBox with Icons <URL:http://www.codeproject.com/cs/combobox/glistbox.asp> ListView: Take a look at the 'ListViewItem''s 'ImageIndex' and the listview's '*ImageList' properties.