Moves the specified window to the new location specified by pt.
Syntax
void _WMove(WHANDLE wh, Point pt)
WHANDLE wh; /* Window handle. */
Point pt; /* New location. */
Remarks
The pt parameter specifies the position of the upper-left corner of the window in rows and columns. The new position can place the window partially or completely off the screen.
For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.