|
-
April 9th, 2012, 01:28 PM
#2
Re: How to remember data after the program is closed?
There are lots of ways to save data:
-using Settings
-write the data to files, and then read it
-save the data in a Database
In your case (highscore), writing to top scores to a file (either a simple txt file or an xml file) seems like the best option.
Here's a quick guide that teaches how to read and write to files:
http://www.csharp-station.com/HowTo/...eTextFile.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|