|
-
Mar 9th, 2010, 06:35 AM
#1
Thread Starter
New Member
VB6 Quiz Game help
Hi, I'm relatively new to VB6 and would like some help if possible please. I need to create a quiz game using VB6 where a player answers 6 randomly generated questions and gets points for every correct answer given.
Now, I have been able to create the game but the final stage I am having trouble with is creating a 'leaderboard' where the top 10 scores are displayed. I have a 'Submit Score' command button on my main game form, which takes the player through to a 'Scores' form. This also takes over the player name, level and score using global variables. My college lecturer has advised that I need to add the scores to a database, and then the top 10scores are displayed on the form.
My questions are this:
1) How do I get the player scores into the database?
2) How do I then get the top 10 scores displayed on the form? Should I use SQL?
All help is appreciated!
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
|