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=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 [EMAIL PROTECTED]  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());
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to