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=79432 --- shadow/79432 2006-09-17 20:37:09.000000000 -0400 +++ shadow/79432.tmp.4615 2006-09-17 20:37:09.000000000 -0400 @@ -0,0 +1,43 @@ +Bug#: 79432 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Windows XP +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [Windows] CreateParams.ClassStyle not respected + +Description of Problem: +Mono does not respect the assigned ClassStyle on a CreateParams on Windows. + (From http://davidkean.net/archive/2004/09/13/151.aspx). + +Steps to reproduce the problem: +1. Compile sample. (Windows XP only) +2. Run sample. + +Actual Results: +Form does not have a drop shadow. + +Expected Results: +Form should have a drop shadow. + +How often does this happen? +Always. + +Additional Information: +I've been digging around a bit in this stuff. It seems we only ever call +RegisterClass once, which is where this stuff is set. .Net seems to +register new classes for each Control(?). Looking at Spy++, the ClassName +is different between things like TextBoxes and Labels and Forms. + +Sorry my example is XP only. I don't know what other flag I can use that +would be quickly visible. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
