Internet

Changing the Size of Windows/Closing Windows
 

In any windows application there are four conditions or sizes for each window.

 

Maximized

  • The window takes up as much room on the screen as it can.
  • Most of the time you will want to look at a web page in a maximized window.
  • It will have a button on the taskbar.

Minimized

  • The window is completely hidden from view.
  • It will have a button on the taskbar.

Variable Size

  • The window may be any size on the screen.
  • It can be stretched and resized
  • It will have a button on the taskbar.

Closed

  • The window is completely shut down and no longer active.
  • No button will appear on the taskbar.

 

There are a number of ways to change the size and state of a window. Let's talk about the most common ways.

Back to Index