Results 1 to 2 of 2

Thread: Creating a simple leaderboard type application

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    1

    Creating a simple leaderboard type application

    I have moderate experience with VB, and am using 4.0 framework with VS 2010 pro.

    Does anyone suggest a specific way i should accomplish a leader board system where it can manually assign points to players and sort them accordingly.



    Thanks in advance

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Creating a simple leaderboard type application

    You can define a class or structure to store the score and the player information in properties. The player information might itself be another class or structure. You can then add multiple instances of your type to an array or collection and then sort that. To find out more about the sorting, follow the Blog link in my signature and check out my three-part post on just that. They are the three oldest posts.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width