PDA

Click to See Complete Forum and Search --> : ActiveX Control


monti
Aug 9th, 2000, 09:58 AM
Hello World! ;-)
Ok, I have following problem:
I'm writing an ActiveX control that is similar to an Label,
only difference: you can change the Angle in which the Text is displayed. For doing that I use an API function to draw on the control. Well, everything works fine, except: I can't make the background transparent. When I make the Background of the Control transparent, I'm not able to draw on my control.
could please anyone help me?

thanks in advance!

monti
Aug 11th, 2000, 01:12 AM
Well, it seems that nobody is interested in that subject....
No matter, I have found a solution for that problem: I have used the CreaterectRgn and the SetWindowRgn API calls to make the background of the lable transparent.