<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG GET CLIENT |
Description
Returns the client size of a dialog.
Syntax
DIALOG GET CLIENT hwnd TO VarWidth, VarHeight
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
VarWidth |
Variable |
No |
A single existing variable name that will receive the width info. |
VarHeight |
Variable |
No |
A single existing variable name that will receive the height info. |
Remarks
Restrictions
See also
Examples