11-29-2023 05:05 AM
I want to record the setting text, after close project and open again it disappeared.
How to retrieve it back?
11-29-2023 05:35 AM
Edit --> Make Current Values Default. Then save your vi.
This is the simplest way. Otherwise, you will need to write code that saves values to either an ini file or an xml file or the registry, etc... Other code will be needed to retrieve all the values and initialize the controls when the vi starts running.