| |
| Transparent property to work for a CoolBar background bitmap |
 |
How can I get the transparent property to work for a background bitmap assigned to a CoolBar component?
var
Bm : TBitmap;
Bm2 : TBitmap;
begin
Bm := TBitmap.Create;
Bm2 := TBitmap.Create;
Bm .LoadFromFile('c:\download\test.bmp');
Bm2.Width := Bm .Width;
Bm2.Height := Bm .Height;
bm2.Canvas.Brush.Color := CoolBar .Color;
bm2.Canvas.BrushCopy(Rect(0, 0, bm2.Width, bm2.Height),
Bm ,
Rect(0, 0, Bm .width, Bm .Height),
ClWhite);
bm .Free;
CoolBar .Bitmap.Assign(bm2);
bm2.Free;
end;
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|