Good morning everyone! Does anyone know how to make a radiobutton partially transparent (ie. button and text still visible ;p). I've made some progress by painting the radiobutton to a temporary bitmap and combining this to the parent's image (only the area under the control), using BrushCopy to achieve transparency. This works fine except when I click on the control and drag the mouse outside its boundrect, Windows seems to be repainting the button part of the control without sending a WM_PAINT. I've tried Google but it seems that the only solution out there is to make the control ownerdraw. Unfortunately we are still supporting Win95 - XP; hence I can't make the assumption that the appearance of the radiobutton will remain the same. Furthermore, because we are supporting Win95 I can't use the fancy transparency features that are available in win2000 :(
Ideas??? _______________________ Allan D. Vergara Software Engineer Niche Software Ltd. http://www.WorkPace.com _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
