Admin Production ni-theme
Current Publication

ATTR_TASKBAR_BUTTON_VISIBLE

LabWindows/CVI

ATTR_TASKBAR_BUTTON_VISIBLE

Type: System attribute
Description: For executables created in LabWindows/CVI, the LabWindows/CVI Run-Time Engine automatically adds a button to the taskbar. The button is added to the taskbar before the main or WinMain function is called. You can hide the button with ATTR_TASKBAR_BUTTON_VISIBLE.

For executables that are created using an external compiler and that directly call the LabWindows/CVI libraries, the LabWindows/CVI Run-Time Engine adds a button to the taskbar when your program calls InitCVIRTE. To prevent this, set this attribute to FALSE before the call to InitCVIRTE.

For executables that are created using an external compiler, that do not directly call the LabWindows/CVI libraries, but that load DLLs which do call the LabWindows/CVI libraries, the LabWindows/CVI Run-Time Engine does not by default add a button to the taskbar. You can add a button to the taskbar by setting this attribute to TRUE, from the DLL.

0 = Do not display a taskbar button

1 = Display a taskbar button
Data Type: integer
Default Value: 0 (DLLs), 1 (executables)
LabWindows/CVI
Compatibility:
LabWindows/CVI 4.0 and later

Values

0 False
1 True