[Mono-bugs] [Bug 79668][Min] Changed - Setting WindowState causes a form to be shown

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Dec 9 06:41:58 EST 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 kuba.brecka at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79668

--- shadow/79668	2006-12-09 06:40:31.000000000 -0500
+++ shadow/79668.tmp.5189	2006-12-09 06:41:58.000000000 -0500
@@ -51,6 +51,13 @@
 Form's constructor. It is already marked this way:
 
 //FIXME: this should disappear just as soon as the handle creation
 // is done in the right place (here is too soon()
 UpdateBounds();
 
+
+------- Additional Comments From kuba.brecka at gmail.com  2006-12-09 06:41 -------
+The following code should say "False" but says "True" (using svn head):
+
+Form F = new Form();
+MessageBox.Show(F.IsHandleCreated());
+


More information about the mono-bugs mailing list