Hi,
I'm migrating a VB6 application to
VB.NET using the .NET migration tool. It is giving problem for treeview. The properties available in VB6 like
or
no longer available in
VB.NET treenode(System.Windows.Forms.TreeNode).
so. It is giving following error
Quote:
|
quote:'LastSibling' is not a member of 'System.Windows.Forms.TreeNode'
|
and
Quote:
|
quote:'FirstSibling' is not a member of 'System.Windows.Forms.TreeNode'
|
Can anyone of you suggest a way out to get rid of these properties in .NET?
Thanks,
Ajit