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

WIN_Show

Previous pageReturn to chapter overviewNext page

 

Description

 

Change the show state of hWnd window.

 

Syntax

 

Win_Show(hWnd, ShowState)

 

Returns

 

None.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the window

ShowState

Number

No

Window state to be set. Possible values:

%SW_HIDE

%SW_MAXIMIZE

%SW_MINIMIZE

%SW_RESTORE

%SW_SHOW

%SW_SHOWMAXIMIZED

%SW_SHOWMINIMIZED

%SW_SHOWNA

%SW_SHOWNOACTIVATE

%SW_SHOWNORMAL

%SW_FORCEMINIMIZE

%SW_SHOWDEFAULT

%SW_SHOWMINNOACTIVE

 

Remarks

 

Restrictions

 

See also

 

Examples

 

 

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