Console: SetWindowSize

SetWindowSize

Sets the size of the viewable window area for the console buffer.



 Public Sub SetWindowSize(
	  ByVal Width As Long,
	  ByVal Height As Long )

Parameters

Width
[ByVal] Long. The width in characters.
Height
[ByVal] Long. The height in characters.

Remarks

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.

See Also

Project CorLib Overview

Class Console Overview