11-03-2011 05:49 AM
Hi, I have created an executable file from a VI. IN this VI I have a path control and I would like to maintain the last selected path when I exit and launch again the executable.
Is it possible?
Regards,
Claudio
11-03-2011 06:24 AM
Yes, two solutions - in both cases update the data from the exe, create an initialization case to read the file / registry on startup.
1) Create an ini file with the initialization data.
2) create registry items to hold the initialization data.
Examples of both of these ship with LabVIEW.
Help >> Find Examples
11-03-2011 07:51 AM
Did you even try a search? This question is asked just about every other week. Here's another example (which you would have found from a search): Community: Easy saving and loading of control values