xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WMSetPos()

Moves the mouse cursor to a new position in a window.

Syntax

WMSetPos( <nRow>, <nCol> ) --> NIL

Arguments

<nRow>
A numeric value between 0 and MaxRow() specifying the new row position of the mouse cursor in the current window.
<nCol>
A numeric value between 0 and MaxCol() specifying the new columnn position of the mouse cursor in the current window.

Return

The return value is always NIL.

Info

See also:WSetMouse()
Category: CT:Window , Mouse functions , Windows (text mode) , xHarbour extensions
Source:ct\ctwin.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe