From: Luke Pascoe [mailto:[EMAIL PROTECTED]]
> I've got 4 little bitmaps, each with a transparent reqion defined
> by the color pink.

Ah, the well known "transparent pink".

> I also have a string grid which I draw manually. I want to copy
> these little bitmaps to certian cells at will, which is easy with
> copyrect _except_ that I don't know how to make the
> transparent bits transparent.

I believe the recommended way to do this is to put your bitmaps in a
TImageList and to use DrawOverlay, although I haven't had to try it yet.
The old way was to use BrushCopy.

Cheers,
Carl
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to