我想把节点的ICO加入资源文件当中去,2 ICON “1.ico"上面的话对不对???
再就是,我不会引用
下面的东东,要怎么改???
才能引用资源文件中的图片???
Set imgx = ImageList1.ListImages.Add(, , LoadPicture(App.Path & "\1.ico"))
    Set imgx = ImageList1.ListImages.Add(, , LoadPicture(App.Path & "\2.ico"))
 TreeView1.ImageList = ImageList1
Set Node1 = TreeView1.Nodes.Add(, , , "独孤", 1)
   
      Set Node2 = TreeView1.Nodes.Add(Node1.Index, tvwChild, , "Fell Chilli", 2)
      Set Node2 = TreeView1.Nodes.Add(Node1.Index, tvwChild, , "凡人的爱情", 2)