A
Anthony Hughes
I've got a form which uses a background bitmap to create an irregular shaped
window.
According to KB822495 you need to use both MakeTransparency on your bitmap and
then set TransparencyKey on the form to get around a bug when redering on
24pdd or greater displays.
The problem I've got is that the MakeTransparent call then causes black text
on my form to become partially transparent, even though I'm using pure magenta
as my transparency colour for both the bitmap and the form.
Any ideas wht this is happening? What exactly does MakeTransparent do to the
bitmap?
Cheers
Ant
window.
According to KB822495 you need to use both MakeTransparency on your bitmap and
then set TransparencyKey on the form to get around a bug when redering on
24pdd or greater displays.
The problem I've got is that the MakeTransparent call then causes black text
on my form to become partially transparent, even though I'm using pure magenta
as my transparency colour for both the bitmap and the form.
Any ideas wht this is happening? What exactly does MakeTransparent do to the
bitmap?
Cheers
Ant