Console: SetWindowSize |
Sets the size of the viewable window area for the console buffer.
Public Sub SetWindowSize( ByVal Width As Long, ByVal Height As Long )
The screen buffer is the virtual screen that is written to. The size of the buffer can be larger than the window inwhich it is being viewed through. The windows size can be changed to show a different size of the underlying screen buffer without altering the size of that buffer.