window.ResizeWin(iWidth,
iHeight);
Applicable Classes: MainWin
Parameters:
int iWidth - The new width, in pixels, of Window.
int iHeight - The new height, in pixels, of Window.
Return Value:
None
Description:
ResizeWin changes the height and width of a window
or control.
See MoveWin for an example.
See Also: MainWin
Functions