I need help making a high scores list in my game
The form is named frmHighScores
there are 2 listboxes that need sorted
lstUsers
lstCash
i want it to sort through lstCash and put them in order from greatest to least then put lstUsers the way it should be with the cash list
i also need it to save on the form unload and open it on the form load
i dont care if anybody can do it with the registry or a text file as long as somebody can do it
is this possible at all
somebody please help me