[2005] Simple combobox question (i hope)
I have a program i wrote in vb6, and i am rewriting it in 2005. Well on this program i have a imagecombo that shows all the available drive letters and an icon that shows what kind of drive it is.
I already have gotten a list of drives working. My question is this:
How do i assign an icon to a combobox entry in 2005?
Re: [2005] Simple combobox question (i hope)
The ComboBox class doesn't support this by default. You would have to inherit the class and modify its behaviour. Alternatively you could use a third-party control that has already done the work for you. The free library in my signature includes such a control.
Re: [2005] Simple combobox question (i hope)
i would like to be able to do it myself. But i am a relatively recent convert to .net and i don't even know what you mean by "inherit the class"