docs

Home All functions Categories

vuHideStartButton(vFlag)

vuHideStartButton(LONG), Signed

Description

Hides or shows the Windows Start button based on the specified flag.

Parameters

Parameter Data Type Description
vFlag LONG 1 = Hide the Start button
0 = Show the Start button

Returns

Always returns 1 (True).

Example

! Hide the Start button
vuHideStartButton(1)

! Show the Start button
vuHideStartButton(0)
Home All functions Categories