List box with images

F

Frank Rizzo

Hello,

I want to have a listbox entry with an image to the left of the entry.
The image is high quality translucent PNG (so I can't use the imagelist
which strips out the PNG). I need to do this on VS 2003.

What are my options? Custom controls, subclassing?

Thanks
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Take a look at the ownerdrawcontrol from opennetcf.org you can get the
source code and customize it. drawing the image the way you want should not
be that difficult to add.


cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top