Hello,
I added the 'Microsoft Windows Conmmon Controls 6.0 (SP6)' into my project and dropped the tree view control onto my form.
I was trying to add nodes to the my tree but I cant declare my node name as a variable.
I want to type:
Dim onode As TreeNode
but I get an error message when I run the code.
When I start typing Dim onode AS
I get the drop down list and I dont see TreeNode
I am trying to follow code examples for the microsft site and other sources but it wont run becuase I cant declare my node variable???
Any ideas?
Thanks in advance.
I added the 'Microsoft Windows Conmmon Controls 6.0 (SP6)' into my project and dropped the tree view control onto my form.
I was trying to add nodes to the my tree but I cant declare my node name as a variable.
I want to type:
Dim onode As TreeNode
but I get an error message when I run the code.
When I start typing Dim onode AS
I get the drop down list and I dont see TreeNode
I am trying to follow code examples for the microsft site and other sources but it wont run becuase I cant declare my node variable???
Any ideas?
Thanks in advance.