Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: gosu on May 25, 2003, 05:51 AM

Title: how could i extract the resources in an image list?
Post by: gosu on May 25, 2003, 05:51 AM
dfgasdf
Title: Re:how could i extract the resources in an image list?
Post by: drivehappy on May 25, 2003, 03:41 PM
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.
Title: thank you very much
Post by: gosu on May 25, 2003, 06:28 PM
asdf
Title: Re:thank you very much
Post by: ______ on May 25, 2003, 06:40 PM
Quote from: gosu on May 25, 2003, 06:28 PM
asdf

shoot him now or later?
Title: Re:how could i extract the resources in an image list?
Post by: tA-Kane on May 25, 2003, 10:40 PM
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