|
-
Jul 19th, 2007, 09:20 PM
#1
[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?
-
Jul 19th, 2007, 09:24 PM
#2
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.
-
Jul 20th, 2007, 08:42 AM
#3
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"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|