XP Icons in listview

S

Sander R

Hi,

I can't get the the listview (or toolbar) to display the
alpha channels of XP icons correctly. I have a manifest
file for my binary, and the xp theme is applied
correctly. It is only the icons in the listview and
toolbar (which uses standard imagelists that does not
work). Anybody know how to fix this?

Really appriciate any help :)

-=Sander=-
 
A

Andrew Christiansen

The problem is you have to put your images first in an imagelist for them to
be used in an listview. You can't store alpha images in an imagelist, there
either has to be transparent pixels or not (thats why you're given the
TransparentColor property).

Sorry that's all the information I can give... I'm not sure how to use alpha
images in the listview, maybe you have to draw them yourself?

Andrew
 

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