SETSIZE |
Top Previous Next |
Syntax SETSIZE(win as WINDOW, l as UINT, t as UINT, w as UINT, h as UINT, OPT id=0 as UINT) Description Sets the size of a window, dialog or control. Parameters win - Window or dialog. l, t, w, h - New position and dimensions. id - Optional control identifier. Return value None. Remarks See Also: GETSIZE Example usage SETSIZE mywindow, 0, 0, 100, 250 |