12-11-2008 08:48 AM
Hi
I have exe program which starts running when i open it. I checked in the VI properties, the options are not choosed to run when open.
How to implement in program so that when the program is opened it should not run
Thanks
12-11-2008 09:00 AM
That is the default setting when you build an exe and is really how an exe is expected to behave. Having the user click the run arrow is more of a problem with the way you have written the VI, imho.
Short of correcting the VI, in the build specifications for the exe, go to the Source File Settings tab and click the 'Customize VI Properties' button. The execution settings are at the bottom of the page.