|
-
Nov 15th, 2009, 07:15 AM
#1
Re: [RESOLVED] How to have the path of a directory from a treeView
Yes, it works, but mine (apparently) is not the best way to do it...
-
Nov 15th, 2009, 07:43 AM
#2
Thread Starter
Member
Re: [RESOLVED] How to have the path of a directory from a treeView
by the way , can someone explain me what the sender is in
Private Sub TreeView1_NodeMouseDoubleClick(ByVal sender As Object, ByVal e As System.Windows.Forms.TreeNodeMouseClickEventArgs) Handles TreeView1.NodeMouseDoubleClick
I didn't also understant this nest code :
MessageBox.Show(CType(sender, TreeNode).Tag.ToString)
when i compile it , it retrurns a mistake , once i doubleclick on a node
Thank your for your help !
Last edited by saadmechiche; Nov 15th, 2009 at 07:51 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|