Hi. I am making a card game and need some help. I'm pretty new to programming in general but don't know much of the command syntax in VB which is my main problem.

How would I go about setting different values in a listbox to different files in my directory? What I mean is, say '1' was the first number in a list of 52 randomly ordered numbers (1-52) in a listbox. I want this to load a certain image. Therefore '2' would load another image, and so forth all the way to 52. Atm everytime the form loads the numbers are randomly ordered (cards are shuffled).. that's done, but basically I just need to link each number to a file so the program can load the cards in order.

What would be the best way to do this? Assistance please!