ScreenUPG Assembly > ScreenUPG Namespace > ScreenUPG Class : setCursor Method |
int row = 12; int column = 17; screen.setCursor(row, column);
Dim row As Integer Dim column As Integer row = 12 column = 17 screen.setCursor row, column
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2