WindowLocate SUB Action Sets the row and column of the window text cursor in a window. Syntax WindowLocate row%, col% Remarks The coordinates row% and col% are integers that describe a print position relative to the upper-left corner of the current window. The WindowLocate procedure is used, once a window has been opened, to position the window text cursor to the starting point of a line of text. This is the position where the next character will be placed when a WindowPrint operation occurs. See Also. WindowPrint Example See the DemoDialog procedure in the code example UIDEMO.BAS for a specific implementation.