Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sprite Preview
#3
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:

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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)