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