Function MoveWindow

Top 

Declaration:

void MoveWindow(unsigned long handle, int x, int y);

Description

Moves the specified window. The handle parameter is the window identifier produced by the call of the OpenWindow, and FindWindow functions. x and y are the new coordinates (in pixels) of the window upper left corner in the user area of the <%CM%> window. Coordinates 0, 0 correspond to the window upper left corner.

The window size does not change.