Hello,
I'm trying to draw an icon for images in my combobox, and I've successfully done so, but only with a non-databound combobox. I was wondering how to do it with a databound combobox. I can't seem to get the dispaymember of the combobox item in the DrawItem event (only the Text property...ie: MyBase.Item(e.index).Text ).
Next question: How can I draw an image in the edit portion of a databound combobox as well?
Any ideas or a point in the right direction would be most appreciated.
Thanks!
I'm trying to draw an icon for images in my combobox, and I've successfully done so, but only with a non-databound combobox. I was wondering how to do it with a databound combobox. I can't seem to get the dispaymember of the combobox item in the DrawItem event (only the Text property...ie: MyBase.Item(e.index).Text ).
Next question: How can I draw an image in the edit portion of a databound combobox as well?
Any ideas or a point in the right direction would be most appreciated.
Thanks!