I'm not sure if I asked this before but:
Is there some sort of code to get the Treeview data from another program and put it in a Listview in a VB program or put the data in a file? Thanks
Printable View
I'm not sure if I asked this before but:
Is there some sort of code to get the Treeview data from another program and put it in a Listview in a VB program or put the data in a file? Thanks
The other program is written in VB? the TreeView Control is a common "Microsoft Windows Common Controls V5/6" Treeview, or it is a custom Treeview control?
No, the other program is written in C++ I think but I also think it's the "Microsoft Windows Common Controls V5/6"
Well, I've tried and I've found the way to get each Node Hwnd in the external Treeview, but I still can't get the text from them, actually, when I do it, the other Application just crashes :sick: