Valhalla Legends Forums Archive | Visual Basic Programming | ListView

AuthorMessageTime
MindArchon
I have searched for help and I found none. Here's my problem.

I'm trying to add both lag icons and product icons to my bot (VB). I can make it so it shows both, thats easy. However, I have not been able to figure out how to set the smallicons and reporticons to different imagelists, so I put my lagicons and product icons in the same imagelist.

The imagelist seems to want to keep all the images the same size as the product icons. That means that is distorts all the lag icons. The plug looks really bad when its streched out 8 pixels.

Is there anyway to stop the imagelist from distorting all the images, and keeping them the same size. OR: Can you put the smallicons and reporticons on different imagelists?

I tried switching imagelists when I needed to.. but the product icons didnt show.

--------------------------------------

EDIT: I fixed it myself by taking the lag icons / plug icon and adding 10 pixels of blank black space to the right side, to make it the same size as the product icons. Just wondering, was there a better way I could have done it?
November 21, 2004, 2:19 AM
LivedKrad
I doubt putting the images in one ImageList is the problem.
November 21, 2004, 4:59 AM

Search