I'm trying to make a game where the person can save his progress to a file and load it later on his or another computer with the common dialog object. can anyone help me on how to do that?
Ze Pickle's projects:
Not working on any right now. Aw, man.
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
17th January, 2005 at 20:30:43 -
You will have to combine the common dialog object with a file saving object such as ini's or arrays. All the common dialog object just is retrieve the place that the user selected, but does not actually save anything to that location. Try searching INI using the search Dc button on the left panel, there are many articles on this.