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=80020 --- shadow/80020 2006-11-23 10:52:08.000000000 -0500 +++ shadow/80020.tmp.30795 2006-11-23 10:52:08.000000000 -0500 @@ -0,0 +1,26 @@ +Bug#: 80020 +Product: Mono: Class Libraries +Version: 1.2 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Form: Handles are created too early + +Apparently, we create our Form handles way too early. MS appears to only +create them once Show(Dialog) is called, why we create the handle in the +ctor. + +For MDI childs, MS appears to create the handle on when the MDI parent is +actually shown. + +I've committed a unit test named "IsHandleCreated" for this in FormTest.cs _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
