A Andrew S \(Infragistics\) Mar 8, 2004 #2 There is no event specific to this; use the Resize event of the form and check the WindowState.
H Herfried K. Wagner [MVP] Mar 8, 2004 #3 * "Lei Jiang said: It seems no such event for a form? Click to expand... \\\ Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize If Me.WindowState = FormWindowState.Maximized Then ... End If End Sub ///
* "Lei Jiang said: It seems no such event for a form? Click to expand... \\\ Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize If Me.WindowState = FormWindowState.Maximized Then ... End If End Sub ///
G Guest Mar 8, 2004 #4 Ut is possible to handle the Windows messages directly and know when Min and Max are being requested http://www.pocketnerd.net/CodeSampl...cumentID=49202EA1-F1E0-474F-A33F-AB53A478F24F
Ut is possible to handle the Windows messages directly and know when Min and Max are being requested http://www.pocketnerd.net/CodeSampl...cumentID=49202EA1-F1E0-474F-A33F-AB53A478F24F