docs

Home All functions Categories

vuMoveDisable(hWindow)

vuMoveDisable(LONG), Signed

Description

Disables the ability to move a window, given its handle.

Parameters

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

Returns

A LONG value:

Example

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

IF vuMoveDisable(hWindow)
  MESSAGE('Move disabled for window: ' & WinName)
END

Notes

Home All functions Categories