Getting rid of LabVIEW splash screen
Started by
garvacious
, Jun 18 2004 05:21 PM
2 replies to this topic
#1
Posted 18 June 2004 - 05:21 PM
Has anyone figured out a way to disable the LabVIEW splash screen that pops up upon launching an .exe file? The idea is to create an app where it is invisible to the user what language was used to write it, i.e. for all they know it could be VB or C++. So it would be helpful not to have the run time engine force a splash screen to appear every time it is launched. Any suggestions, anyone?
#2
Posted 21 June 2004 - 01:39 AM
There is no splash screen popup in a built exe! You shouldn't be seeing any LabVIEW popup at all. Are you perhaps opening a Vi from within an LLB?
When using a built exe there are several ways in which to make a splash screen appear, the most popular being to use a splash vi as the top level vi and use VI server to load all the Vi's for your application.
When using a built exe there are several ways in which to make a splash screen appear, the most popular being to use a splash vi as the top level vi and use VI server to load all the Vi's for your application.
#3
Posted 22 June 2004 - 03:47 AM
Are you talking about the splash screen for the run-time engine INSTALLER? As far as I know there is no way to avoid this. The only other option would be to create your own install routine using other installers such as Installshield etc.Has anyone figured out a way to disable the LabVIEW splash screen that pops up upon launching an .exe file?












