Windows Develop Bookmark and Share   
 index > Windows Forms General > How to assign an ID to a TreeNode in my TreeView
 

How to assign an ID to a TreeNode in my TreeView

Somebody can help me to assign an ID to a TreeNode in my TreeView. I need to identify the ID of the TreeNode on which I click to start some events.
So, is there a solution to describe a TreeNode by its LABEL and an associated ID : TreeNode("LABEL",ID) and when I click on, I recover just its ID.

Thanks
MigrationUser 1  Thursday, July 03, 2003 10:04 AM
By using de TAG  property of the TreeNode, I have fixed this !
MigrationUser 1  Thursday, July 03, 2003 11:29 AM

You can use google to search for other answers

Custom Search

More Threads

• tab key in modalles form
• Need help with SendInput function
• Looking for a book recommendation for GDI+
• OpenFileDialog
• Balloon tips on VB .Net
• multi-column combo
• Setting the tag on an image in an imagelist
• How to get selected folder or file name in WindowsExplorer by using c#.net?
• Network connectivity?
• Custom User Control Editing