I am working on win form application using C#. I came across a scenario where i need to provide a ComboBox to user. Now in order to make look and feel more appealing, i want to display a small image or icon before each item of that combo box.
I look across some third party controls providing this functionality, but i want to use the default combo box control of visual sutdio. How do i add image by using the default ComboBox control?