该内容不适用于您选择的语言
该内容将以另一种语言显示出来。 您可使用浏览器的翻译功能查看内容。
You can configure your application to have no visible front panel and no task bar item by doing the following:
Launch LabVIEW and open your VI.
Select File»VI Properties»Window Appearance.
Select the Custom radio button and click Customize
Configure the window appearance settings as shown below; uncheck Show front panel when called, Show front panel when loaded and Window has title bar, and check Window runs transparently and set it to 100%. You can also use these settings to control what the user is able to modify. Click OK on both dialog boxes
Build your VI into an executable and remember where you saved it.
Navigate to the directory of your built executable, notice there are two additional files in the same directory, one of which has the extension .ini, open it.
Move the cursor to the bottom of this text file and add in the following additional line of text: HideRootWindow=True
If you'd also like the VI to not appear on the taskbar, add the ini token: UseTaskBar=FALSE
Save and close the .ini file and run your application. You won't be able to see it as it is running in the background, you can quit it by holding Ctrl and pressing the . key.
If you want the application to run on start-up, move the executable into the Startup directory which you can find in your Start menu; Start»All Programs»Startup.
Collaborate with other users in our discussion forums
A valid service agreement or active software subscription may be required, and support options vary by country.
Helpful
Not Helpful