For my A2 Computing project I have created a game using Visual Basic. For the leaderboard section, I have used the My.Settings feature to store the scores when the game closes, but only one or two actually save. My teacher doesn't know and I can't find anything helpful after a google search of the problem
Take the 2-minute tour
×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
closed as unclear what you're asking by gnat, thorsten müller, Bart van Ingen Schenau, MichaelT, GlenH7 Apr 3 at 20:05Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||
|
You can force a save of the My.Settings object using Here's a good tutorial on how to do that via MSDN: http://msdn.microsoft.com/en-us/library/6ka1wd3w(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1 |
|||||||||
|