<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG SET LOC |
Description
Set the position of a dialog.
Syntax
DIALOG SET LOC hwnd, X, Y
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
X |
Number |
No |
Upper left x position. |
Y |
Number |
No |
Upper left y position. |
Remarks
Restrictions
See also
Examples