docs

Home All functions Categories

vuWindowOnTop(hWnd)

vuWindowOnTop(LONG), Signed

Description

Brings the specified window to the front and keeps it on top until reset by vuWindowNotOnTop.

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 vuWindowOnTop(Window{PROP:Handle})
  MESSAGE('Window set to stay on top')
ELSE
  MESSAGE('Failed to set window on top')
END

Notes

Home All functions Categories