I need to create a dropdown menu, or combobox, for a Windows Forms application which contains a small image and then a string of text next to it. Basically, you can think o
Not sure about images but this should work for the strings:
comboBox.Items.Add("String");