Hi,
dummerweise hat mein Icon die gleiche Herkunft wie bei dir. *g*
Naja, ich lasse es jetzt erstmal so:
Delphi-Quellcode:
imgAppIcon.Canvas.Brush.Color := clBtnFace;
DrawIconEx(imgAppIcon.Canvas.Handle, 15, 15, fApplicationInfo.AppIcon,
0, 0, 0, imgAppIcon.Canvas.Brush.Handle, DI_NORMAL);
imgAppIcon.Canvas.FloodFill(0, 0, clWhite, fsSurface);
Funktionieren tut's ja.
Chris