newbie: toolbars icons

  • Thread starter Thread starter Dan
  • Start date Start date
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!
 
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
 
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.
 
Back
Top