Grabbing a Tree displayed in a window
-
I have written a program which launches another application which displays a Tree. I have the handle to a window which displays a tree. using this handle I want to grab the tree. Is there a way I can do that. I now know that there is CWnd::Attach and Detach in VC++ . Is there a way to call this from C#. Is there anyother way to obtain information about this tree using the handle Abhishek
-
I have written a program which launches another application which displays a Tree. I have the handle to a window which displays a tree. using this handle I want to grab the tree. Is there a way I can do that. I now know that there is CWnd::Attach and Detach in VC++ . Is there a way to call this from C#. Is there anyother way to obtain information about this tree using the handle Abhishek
As far as i know it is not possible to create a TreeView from a HWND in .NET. All you can do is use the tree via pInvoke and SendMessage. /cadi 24 hours is not enough