Navigation: thinBasic Modules > UI (User Interface) > DIALOGSs > DIALOG SET SIZE |
|
Description
Set the size of a dialog.
Syntax
DIALOG SET SIZE hwnd, Width, Height
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
Width |
Number |
No |
The new width of the dialog. |
Height |
Number |
No |
The new height of the dialog. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |