Moves the caret to the specified coordinates
#include <WinAPIRes.au3>
_WinAPI_SetCaretPos ( $iX, $iY )
$iX | The new x-coordinate of the caret. |
$iY | The new y-coordinate of the caret. |
Success: | True. |
Failure: | False, call _WinAPI_GetLastError() to get extended error information. |
Search SetCaretPos in MSDN Library.