void SetStdioWindowVisibility (int visible);
If you set the Standard I/O port to CVI_STDIO_WINDOW, this function either brings to the foreground or hides the Standard Input/Output Window.
If you set the Standard I/O port to HOST_SYSTEM_STDIO, this function either brings to the foreground or hides the console window.
Input | ||
Name | Type | Description |
visible | integer | 1 = bring to foreground 0 = hide |
None.