hi...
u can use the following
private void tv_AfterSelect(object sender, System.Windows.Forms.TreeViewEventArgs e)
Stephen the Cook <[EMAIL PROTECTED]> wrote:
{
TreeNode tn = ((TreeView)sender).SelectedNode;
/*
Do whatever u want
*/
}
hope this helpsStephen 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 | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Microsofts_C_Sharp/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
