I have developed a scorecard program to keep the score in a game of dominos. I would like to add a function at the end of the game that will display who was in 1st place, 2nd place, 3rd place, etc. My program creates the labels that hold the player name and running score, and the text box that holds the score for the round on the fly as control arrays. I can use a bubble sort to sort the scores but how do I keep the name of the player with his or her score?
Thanks