12-02-2011 11:45 AM
I want my .exe built from a VI to open idle or stopped so a user has the chance to enter in some labels before starting the application.
I thought I saw this in the build settings a few days ago but I can't seem to find it again.
12-02-2011 01:56 PM
You're probably looking for the "Run when Opened" setting. In the build specification, it's under Source File Settings. From there, select your startup VI, then click "Customize VI Properties..." However, if you want a more professional-looking application, put a start command (button, menu, whatever) in your application and wait until that is triggered before using the data, instead of expecting the user to know to click LabVIEW's run button.