docs

Home All functions Categories

vuWindow2Front(hWnd)

vuWindow2Front(LONG), Signed

Description

Brings the specified window to the front (on top of other windows) and activates it.

Parameters

Parameter Data Type Description
hWnd LONG Handle of the window to bring to the front (Window{PROP:Handle}).

Returns

A BYTE value:

Example

IF vuWindow2Front(Window{PROP:Handle})
  MESSAGE('Window was brought to the front')
ELSE
  MESSAGE('Failed to bring window to the front')
END

Notes

Home All functions Categories