<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG GET LOC |
Description
Returns the location of a dialog.
Syntax
DIALOG GET LOC hwnd TO VarX, VarY
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
VarX |
Variable |
No |
A single existing variable name that will receive the upper left x position. |
VarY |
Variable |
No |
A single existing variable name that will receive the upper left y position. |
Remarks
Restrictions
See also
Examples