Aug 31, 2002 #1 perolof Programmer Aug 18, 2002 10 GB Hi, I have added a "OnDblclkTcTree" function that is called if the tree is dobble clicked. But how do I get the what node that was clicked ? Thanks PerOlof
Hi, I have added a "OnDblclkTcTree" function that is called if the tree is dobble clicked. But how do I get the what node that was clicked ? Thanks PerOlof
Sep 1, 2002 #2 leinad49 Programmer Aug 29, 2002 11 ES I think you can get the node calling the following member function of the TreeView class: CTreeCtrl::GetSelectedItem(); This function returns a handle to the current selected node Daniel Upvote 0 Downvote
I think you can get the node calling the following member function of the TreeView class: CTreeCtrl::GetSelectedItem(); This function returns a handle to the current selected node Daniel