This does not work...
All I want to do is minimize a modeless (toolbox window) form when I minimize the MainForm.VB Code:
Private MainFormResize(blah blah) If Me.WindowState.Minimized = True Then Form1.WindowState.Minimized = True Else Form2.WindowState.Normal = True End If End Sub
How do I minimize a 2nd visible form from the Main form??
Thanks




Reply With Quote