problem with CTreeCtrl::GetSelectedItem()
-
Hi all! does any one ever have problems with CTreeCtrl::GetSelectedItem() function? I try to use this function to obtain the handle to the selected node in my tree. However, this function keeps returning me a null handle or wrong handle. Please advise if you have anything to say Any help is really appreciated. Thank You Vu vucsuf
-
Hi all! does any one ever have problems with CTreeCtrl::GetSelectedItem() function? I try to use this function to obtain the handle to the selected node in my tree. However, this function keeps returning me a null handle or wrong handle. Please advise if you have anything to say Any help is really appreciated. Thank You Vu vucsuf
-
Hi all! does any one ever have problems with CTreeCtrl::GetSelectedItem() function? I try to use this function to obtain the handle to the selected node in my tree. However, this function keeps returning me a null handle or wrong handle. Please advise if you have anything to say Any help is really appreciated. Thank You Vu vucsuf
The function GetSelectedItem() is fine. The problem is how I used it. I called it in my OnClick event. This function does not work correctly with onClick event. IT does work fine with OnSelChanged event. I still don't have a good explaination on this issue. Does anyone know? Vu vucsuf