| Home | All functions | Categories |
vuHideStartButton(LONG), Signed
Hides or shows the Windows Start button based on the specified flag.
| Parameter | Data Type | Description |
|---|---|---|
| vFlag | LONG | 1 = Hide the Start button 0 = Show the Start button |
Always returns 1 (True).
! Hide the Start button
vuHideStartButton(1)
! Show the Start button
vuHideStartButton(0)
| Home | All functions | Categories |