Navigation:  thinBasic Modules > UI (User Interface) > DIALOGSs >

DIALOG SET MINSIZE

Previous pageReturn to chapter overviewNext page

 

Description

 

Set the minimum width/height window size.

 

Syntax

 

DIALOG SET MINSIZE hwnd, Width, Height

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hwnd

Number

No

Handle of the dialog

Width

Number

No

Minimum window width

Height

Number

No

Minimum window height

 

Remarks

 

If the UNITS option was used when the dialog was created (see DIALOG NEW ...), Width and Height are intended to be expressed in dialog units. otherwise PIXELS.

 

Restrictions

 

See also

 

Examples

 

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com