Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: CrAz3D on October 13, 2004, 09:41 AM

Title: Initialize ImageList (Deals with plugin)
Post by: CrAz3D on October 13, 2004, 09:41 AM
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
PlugY(NameToIndex("Form1")).RoomList.SmallIcons = Form1.ClientIconsbut 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.