Valhalla Legends Forums Archive | Visual Basic Programming | Initialize ImageList (Deals with plugin)

AuthorMessageTime
CrAz3D
VB6 (YAY!  ;D)

My Plugin contains the ImageList that I am adding to my ListView, which is in my main project.  I am able to add the ImageList TO the ListView
[code]PlugY(NameToIndex("Form1")).RoomList.SmallIcons = Form1.ClientIcons[/code]but I'm not sure how to initialize it.  I've seen Set ...Roomlist.SmallIcons = Form1.ClientIcons but that is not seeming to do the job from my plugin. 

Ideas/Help appreciated.
October 13, 2004, 2:41 PM

Search