Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We can use Windows.Forms.TreeNode of find function in VS.Net 2005
But now i use in VS.Net 2000.It has not Windows.Forms.TreeNode of find function.How i do if i find EnrollNumber?
eg. VS.2005
VB
Dim Node() As Windows.Forms.TreeNode
   
Node = tvLocation.Nodes.Find("E" & EmployeeID, True)

tvLoction is (ByVal tvLocation As Windows.Forms.TreeView)
Posted
Updated 14-Sep-11 18:35pm
v2
Comments
Prerak Patel 15-Sep-11 0:35am    
Added code block.
Suresh Suthar 15-Sep-11 0:51am    
VS.Net 2000. Never heard about it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900