Win_SetForeground

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Windows API >

Win_SetForeground

 

Description

 

Send hWnd window to foreground.

 

Syntax

 

n = Win_SetForeground(hWnd)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the window

 

Remarks

 

Restrictions

 

See also

 

Examples