DIALOG SET SIZE

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands >

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