hi...
 
u can use the following

private void tv_AfterSelect(object sender, System.Windows.Forms.TreeViewEventArgs e)

{

TreeNode tn = ((TreeView)sender).SelectedNode;

/*

Do whatever u want

*/

}

hope this helps

Stephen the Cook <[EMAIL PROTECTED]> wrote:
How do I grab where the user clicked in a 4 node tree? 

Am I looking for a series like 5,2,4,1 or am I going to each node by
name and diong it there?

TIA

Stephen Russell
S.R. & Associates
Memphis, TN 38115

901.246-0159



Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to