AFAIK, while icons can have transparency, bitmaps not. Using bitmaps you use
whatever color that you want for transparency and later you tell the GDI
functions which color you used for transparency (Bitmap.MakeTransparent,
ImageList.TransparentColor, etc).

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
> How do you paint transparent sections of a bitmap with the VS.Net 2003
> image editor?
[quoted text clipped - 5 lines]
> Hopefully there's a really simple, easy answer out there that someone is
> willing to share.
BobF - 12 Sep 2005 13:20 GMT
> AFAIK, while icons can have transparency, bitmaps not. Using bitmaps you use
> whatever color that you want for transparency and later you tell the GDI
> functions which color you used for transparency (Bitmap.MakeTransparent,
> ImageList.TransparentColor, etc).
Thanks Carlos. I eventually did enough digging to figure it out. I'm
exploring wxWidgets and other alternatives now.
Thanks