Console: SetCursorPosition

SetCursorPosition

Sets the position of the cursor within the screen buffer.



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

Parameters

Left
[ByVal] Long. The number of characters from the left of the screen buffer.
Top
[ByVal] Long. The number of characters from the top of the screen buffer.

Remarks

The positions start at 0,0 and go to BufferWidth - 1, BufferHeight - 1.

See Also

Project CorLib Overview

Class Console Overview