Sets the position of the cursor within the screen buffer.
Public Sub SetCursorPosition( ByVal Left As Long, ByVal Top As Long )
The positions start at 0,0 and go to BufferWidth - 1, BufferHeight - 1.
Project CorLib Overview
Class Console Overview