Spy++ / Window Handle
-
I have used Spy++ to obtain the handle of a Window Panel and TreeView. I now want to use this handle to grab the tree. I don't understand how to do this ?? Any suggestions. Once I grab the tree I want to be able to store this tree in a file. Could someone please give me some direction here Abhishek
-
I have used Spy++ to obtain the handle of a Window Panel and TreeView. I now want to use this handle to grab the tree. I don't understand how to do this ?? Any suggestions. Once I grab the tree I want to be able to store this tree in a file. Could someone please give me some direction here Abhishek
Abhishek Karnik wrote: now want to use this handle to grab the tree Look at
CTreeCtrl::Attach(...);
andCTreeCtrl::Detach(...);
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta