lets say I have a form (form1) with lables a-z which are all designed with default text "0". So they all show 0 on program startup. which is fine.
I also have a dialog with 2 TextBoxes; I want my program to update the default text/value on (only)form1 labels x, y and z to whatever was put into the textboxes when i press the OK button on the Dialog, so these specified labels show the 'new' value on next startup.
What is the best thing i can do? Is it even possible or should I save the values to a file
which loads the values in the specified labels on startup?
I have no code to show for so far because i am still designing.
TY for any help