Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78719 --- shadow/78719 2006-06-28 10:37:50.000000000 -0400 +++ shadow/78719.tmp.20993 2006-06-28 10:37:50.000000000 -0400 @@ -0,0 +1,34 @@ +Bug#: 78719 +Product: Mono: Class Libraries +Version: 1.0 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Visual problem with Transparent BackColor attribute + +Looking inside a VB.net application, I've discovered that Transparent +BackColor doesn't render correctly. + +On Windows .NET applications, if you set a label BackColor as Transparent, +the background of that label turns transparent, so the elements behind it +can be seen. + +On mono .NET applications, if you set a label BackColor as Transparent, the +background seems to go transparent until the back of the application and it +makes a weird effect with the desktop background. + +I think that the transparent background should work as the first one. I've +tested it under mono 1.1.13, so maybe it could be fixed on last commits :P + +I've added a sample code in VB which can be compiled with: +mbas -m:Form1 -r:System.Windows.Forms -r:System.Drawing Form1.vb _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
