quote:
Originally posted by DJeX
Now I want to save the name's the user types in, the numbers in the edit boxes, the color of the edit boxes, the money amount at the top and the starting date at the top. Then also have it reload the exact same way through the settings file I saved all of it to.
quote:
Originally posted by Choli
and save into a file (or files) the data that the program manages: what the programs works with (user's data, documments, etc...).
you're right. You have to save all that data into a file.
(and note that you are not saving everithing of your program, you are not saving the whole status of the execution of the program, ie: you aren't saving which control has the focus, the position and size of the window, etc..... (you just don't need to) That's why I said i think you didn't want to save _all_ about the program)