Edit TreeNode text ???
-
In the tree of the WindowsExplorer, when we click on a node and choose 'rename', the text of that node, maybe, appear in a textbox and we can change that text. Can u show me how to do that in C#? Please help me! Thank you in-advanced!
gyokusei wrote: Can u show me how to do that in C#? So, what you are saying here is that you want to simulate this effect on a listview control (or similar controls) into your application (WinForms I suppose)? Or you want access the shell? Regards, Polis Can you practice what you teach?
-
In the tree of the WindowsExplorer, when we click on a node and choose 'rename', the text of that node, maybe, appear in a textbox and we can change that text. Can u show me how to do that in C#? Please help me! Thank you in-advanced!
-
In the tree of the WindowsExplorer, when we click on a node and choose 'rename', the text of that node, maybe, appear in a textbox and we can change that text. Can u show me how to do that in C#? Please help me! Thank you in-advanced!
this.treeTemplates.SelectedNode.BeginEdit(); GanDad