Author | Message | Time |
---|---|---|
DeathSoldier | Ok heres whats going on: I loaded icons.bni, parsed it and saved it as a .tga file. Then I loaded the .tga into a picture box and I can see all the icons perfectly in the picture box. Now what I want to do is split each icon from the picture box, load each icon into a image list (separately), then use the image list with my list view. I don't know if thats possible or if thats the best way, if someone could help me out I'd appreciate it. | October 2, 2006, 6:24 AM |
FrostWraith | You would be better off loading each one's pixel data into an array. | October 2, 2006, 2:01 PM |
DeathSoldier | I'm going to try that now, I'll post back to see if I need more help, thanks~! | October 2, 2006, 9:57 PM |
ImaWh0re | But I believe yes it is possible, though I have not tried anything dealing with such a matter I know you can write to vectors on images so I don't see why you couldn't copy data from vectors xy to xy. | October 3, 2006, 5:02 PM |