Hello Friends,
I am migrating the code from VB 6.0 to VB.NET 2005.
I am not able to translate the following code .
In VB6.0 for treeview control to add the nodes to it , i have used
mytreeview.node s.add(parent,Tr eeRelationshipC onstants.tvwChi ld, , Text)
but in VB.NET i am unable to find the Equivalent code for TreeRelationshi pConstants.tvwC hild .
Please post the solution as soon as possible.
Thanks,
LATHA.
I am migrating the code from VB 6.0 to VB.NET 2005.
I am not able to translate the following code .
In VB6.0 for treeview control to add the nodes to it , i have used
mytreeview.node s.add(parent,Tr eeRelationshipC onstants.tvwChi ld, , Text)
but in VB.NET i am unable to find the Equivalent code for TreeRelationshi pConstants.tvwC hild .
Please post the solution as soon as possible.
Thanks,
LATHA.
Comment