dfgasdf
Set the key value in your imagelist for each picture. Then use this:
TreeView1.ImageList = ImageList1
TreeView1.Nodes.Add , 0, "Treeview Key", "Treeview Caption", "ImageListKey1"
Set the object's imagelist to the name of your imagelist. Then use the keys defined in your imagelist as the picture.
asdf
Quote from: gosu on May 25, 2003, 05:51 AMhow could i extract the resources in an image list?
Resource forks are not stored in an image list, but vice versa. ;D