-
I want to make an animatied tray Icon and can't decied on the best way to store and call the users images...
I was think along the line of an stdPicture aray or an image list. I am leaning more towards the stdPicture aray but I'm not sure if I where to say use a property page to load the aray would it package the images itself or would I need to write somekind of code to put the images in resource file or something....
Looking for ideas or examples
Thankz
P.S. I know how to add Icons to the tray already....
-
Use the imagelist, as you can extract your icons with extracticon method, that means you can convert the bitmaps into icons without trouble. Although if you don't need to change the icons themselves you can also use stdpictures.