ActiveX control with Circular bitmap
-
Hello I have a activex control. Inside the control i drew a circle. Now I want to load a bitmap into this circle. The bmp should also be within the circle. Could anyone please help me in this regards
The Best Religion is Science. Once you understand it, you will know God.
-
Hello I have a activex control. Inside the control i drew a circle. Now I want to load a bitmap into this circle. The bmp should also be within the circle. Could anyone please help me in this regards
The Best Religion is Science. Once you understand it, you will know God.
Ok This is how i did it. Create a Circular region. Using CreateEllipticalRgn(). Set the windows region to the created region. Now load the bitmap. the bitmap will be confined to the created circular region. Is this is the best method to do that? Regards
The Best Religion is Science. Once you understand it, you will know God.