Sets the position and optinally the size of the dialog
[C++]
void SetPos(
USHORT x,
USHORT y,
USHORT cx = 0,
USHORT cy = 0
);
Coordinate of left side of dialog.
Coordinate of top of dialog.
Width of dialog. Ignored if 0.
Height of dialog. Ignored if 0.
Sets the position and optionally the size of the dialog.
Note that zero values for x, y, cx and cy will result
in the default position and/or size being applied.
Header: xldialog.h