Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you make a Highscore

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
How do you make a highscore on Visual Basic, I am stuck and have no clue on how to keep the scores.

Please Help
 
What????

Sorry High score you just want to run a total? Craig, mailto:sander@cogeco.ca

"Procrastination is the art of keeping up with yesterday."

I hope my post was helpful!!!
 
Write the highscore to an INI file. See faq222-1198

Chip H.
 
Use SaveSetting() to store the high score to the registry. Use GetSetting() to retreive the score. Check for a current high score, otherwise place a dummy high score with your name or something like that.
 
I still don't get how "You make a highscore"??? Craig, mailto:sander@cogeco.ca

"Procrastination is the art of keeping up with yesterday."

I hope my post was helpful!!!
 
Craig - he wants to store the high score of a game he's writing, so that the next player can see their initials, etc. Just like at the arcade.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top