26-03-2008, 04:47 PM
The EASIEST way possible would be to put the different sprites in a row in a new bmp file.
Then put a picture box inside another pixture box. The picture box thats inside should be named picSprites.
now on form_load, put:
Now in your class list. Add:
You will probably see what happens.
Then put a picture box inside another pixture box. The picture box thats inside should be named picSprites.
now on form_load, put:
Code:
picSprites.picture = loadpicture(the bmp file)
Now in your class list. Add:
Code:
picSprites.top = cmbClass.ListIndex * 32
You will probably see what happens.