Hi to all.
How can I change the default value of a control while the program is running, I mean , I have a 4 as a default value of a numeric control, but I want that the user can change that value and save it, so the next time the program run, the control use the last saved value.
I just need to do that for that single control, so I don't like to use a init file, is there any property that can do that?
Thank you in advance.