Hi
I am trying to create a TreeView using an ImageList control. I am creating the root node using Add method as:
TreeView1.Nodes.Add , , "Shelby","North Shelby", "Bold"
But when I run the program I get following error message:
Runtime error:35613
ImageList must be initialized before it can be used.
Can sombody please let me know how do I initialize the ImageList?
balajee [sig][/sig]
I am trying to create a TreeView using an ImageList control. I am creating the root node using Add method as:
TreeView1.Nodes.Add , , "Shelby","North Shelby", "Bold"
But when I run the program I get following error message:
Runtime error:35613
ImageList must be initialized before it can be used.
Can sombody please let me know how do I initialize the ImageList?
balajee [sig][/sig]