http://bugzilla.novell.com/show_bug.cgi?id=495562
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=495562#c1 --- Comment #1 from tom hindle <[email protected]> 2009-04-16 10:24:34 MDT --- Created an attachment (id=286179) --> (http://bugzilla.novell.com/attachment.cgi?id=286179) Sample Code Showing setting WindowState on a Shown Form not working This doesn't work either: Form f = new Form(); f.Show(); f.WindowState = FormWindowState.Maximized; Assert(f.WindowState == FormWindowState.Maximized); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
