Win_GetForeground

<< Click to Display Table of Contents >>

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

Win_GetForeground

 

Description

 

Return the handle of the current foreground window.

 

Syntax

 

hWnd = Win_GetForeground()

 

Returns

 

Number: handle to the window.

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

This command is the same as Win_GetForegroundWindow

 

Restrictions

 

See also

 

Examples