docs

Home All functions Categories

vuMaximizeDisable(hWindow)

vuMaximizeDisable(LONG), Signed

Description

Disables the ability to maximize a window (by double-clicking the title bar or using the maximize button) for the specified window handle.

Parameters

Parameter Data Type Description
hWindow LONG The handle of the window for which maximize should be disabled

Returns

A LONG value:

Example

WinName = 'vuDemo3.exe'
hWindow = vuWindowHandle(WinName)

IF vuMaximizeDisable(hWindow)
  MESSAGE('Maximize disabled for window: ' & WinName)
END

Notes

Home All functions Categories