[Mono-bugs] [Bug 552658] Setting Form.WindowState to Minimized fails

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Nov 5 12:47:12 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=552658

User bkesecker at augustasystems.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=552658#c1





--- Comment #1 from Brian Kesecker <bkesecker at augustasystems.com>  2009-11-05 10:47:11 MST ---
This seems to be working for me now as a work-around:

    Private Sub Main_Shown(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Shown
        Me.Hide()
        Me.Visible = False
    End Sub

-- 
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.


More information about the mono-bugs mailing list