Right Click in TreeCtrl
-
Hi, I right click in treectrl, but it seems to that I can't use CTreeCtrl::GetSelectedItem () to get my selected node,I wanna why I can't use this function as I use left click? :confused Thanks YES, I am here.
ur question is bit confusing!!!!!!!!! Thanx TAKE CARE
-
Hi, I right click in treectrl, but it seems to that I can't use CTreeCtrl::GetSelectedItem () to get my selected node,I wanna why I can't use this function as I use left click? :confused Thanks YES, I am here.
You can use this to get the selected Item.
void C3StateTree::OnRButtonDown(UINT nFlags, CPoint point)
{
UINT uFlags = 0;HTREEITEM hItem = HitTest(point, &uFlags);
Arjan.
-
Hi, I right click in treectrl, but it seems to that I can't use CTreeCtrl::GetSelectedItem () to get my selected node,I wanna why I can't use this function as I use left click? :confused Thanks YES, I am here.
Maybe knowledgebase article Q222905 can help you? It describes how to get the item that was right-clicked. Angel Kid wrote: YES, I am here. No, you are not! *I* am here, but you are there!:laugh::laugh:;P
Who is 'General Failure'? And why is he reading my harddisk?!?
-
Maybe knowledgebase article Q222905 can help you? It describes how to get the item that was right-clicked. Angel Kid wrote: YES, I am here. No, you are not! *I* am here, but you are there!:laugh::laugh:;P
Who is 'General Failure'? And why is he reading my harddisk?!?
jhwurmbach wrote: Angel Kid wrote: YES, I am here. No, you are not! *I* am here, but you are there! :rolleyes: *shakes head in disbelief* ;P
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
Maybe knowledgebase article Q222905 can help you? It describes how to get the item that was right-clicked. Angel Kid wrote: YES, I am here. No, you are not! *I* am here, but you are there!:laugh::laugh:;P
Who is 'General Failure'? And why is he reading my harddisk?!?
-
-
I use this tool by Mike Dunn http://www.codeproject.com/tips/kblaunch.asp[^]
[
](http://www.canucks.com)Sonork 100.11743 Chicken Little "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 Within you lies the power for good - Use it!