newbie: toolbars icons

D

Dan

I have created a PocketPC C# application with a toolbar and some buttons.
The buttons images come from an image list filled with 16x16 icons (256
colors), with transparent color background. Anyway, when I run the PPC
application all the icons are shown with white backgound. How can I set the
transparency for such icons?

Thanx in advance!
 
G

Guest

Search the archives for icon transparency. The mechanism to get it working
and the reasons you see the behavior you do are well documented.

-Chris
 
D

Dan

Thank you, I found it... I have removed the icons from the designer and
added them to the image list in my form Load event loading icons from
assembly resources.
 

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