Console: SetWindowPosition

SetWindowPosition

Sets the position of the viewing window within the console screen buffer.



 Public Sub SetWindowPosition(
	  ByVal Left As Long,
	  ByVal Top As Long )

Parameters

Left
[ByVal] Long. The left position in characters.
Top
[ByVal] Long. The top position in characters.

Remarks

The underlying screen buffer is not expanded to accomodate moving the window outside of the screen buffer.

See Also

Project CorLib Overview

Class Console Overview