there are a number of ways this could be achieved, architecturally speaking
1. I f you happen to have references to all the windows instants, then set the WindowState property.
2. By creating a base class for al your windows, create a global event which is hookd by this base class, and implementing Me.WindowState = FormWindowState.Minimized , in the event handler
|