about Icons of XPander
I am doing C# conversion for GDI+ and XPander, just find out an interesting issue. The images files come with the source code which in jpg format, can't display Transparent color. So my C# xpander looks ugly with these images (Collapes, Collapes_h, Expand, Expand_h)
i have already added these 2 lines in my code
this.SetStyle(ControlStyles.SupportsTransparentBackColor, true);
this.BackColor = Color.FromArgb(210, 214, 239);
the icon still have some color noise around the button