[Mono-bugs] [Bug 79432][Min] New - [Windows] CreateParams.ClassStyle not respected

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Sep 17 20:37:09 EDT 2006


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 monkey at jpobst.com.

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: toshok at ximian.com                            
+ReportedBy: monkey at jpobst.com               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list