[Mono-bugs] [Bug 80012][Min] New - Form.WindowState does not work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 23 03:00:24 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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80012
--- shadow/80012 2006-11-23 03:00:24.000000000 -0500
+++ shadow/80012.tmp.23995 2006-11-23 03:00:24.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 80012
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: georgegiolfan at yahoo.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Form.WindowState does not work
+
+Description of Problem:
+Form.WindowState does not work
+
+Steps to reproduce the problem:
+Compile and run the following program
+using System.Drawing;
+using System.Windows.Forms;
+class TestApplication {
+ static void Main() {
+ Application.Run(new TestForm());
+ }
+}
+class TestForm : Form {
+ public TestForm() {
+ WindowState = FormWindowState.Maximized;
+ }
+}
+
+Actual Results:
+The form is in a maximized state but it does not occupy the entire working
+area of the screen.
+
+How often does this happen?
+Always
More information about the mono-bugs
mailing list