10-17-2011 12:05 PM
I want my program users to be able to set some default values to some controls on the executables. I tried and couldn't set it. I'd like some suggestions about whether we can do it or if we can not, how we can go around it.
Thanks,
10-17-2011 12:19 PM
There are numerous examples on the forums discussing how to use configuration .ini files to save and recall values to set the values of various controls. The principle is the same whether using a .vi in the development environment or using an .exe.
10-17-2011 01:01 PM
Here's a decent one: Community: Easy saving and loading of control values
10-17-2011 04:17 PM
Thank you both for the help, it's very helpful.