Hi,
I'm designing a windows form, which has a background. I'd like to know how to create a radiobutton that didn't have a background color, i.e., that was transparent. Can anyone help me with this? Thanks in advance.
Renan Mendes
Loading
Dipal ChoksiPosted May 15, 2008, 1:08 AM
The discussion thread contained the code for over-riding the custom control. I haven't tried it out myself but it seems it should work for Compact framework also.
Per the compact framework documentation, you can draw the control by overriding the OnPaint method.
Good luck!
Renan MendesPosted May 14, 2008, 9:59 AM
Renan MendesPosted May 14, 2008, 6:59 AM
Dipal ChoksiPosted May 14, 2008, 12:41 AM
Check this out:
http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic24926.aspx