Hi,all.
Is it possible to extract all treeitems' captions in a treeview control that belong to another application(EXE)
For example,I already get this information for a treeview control:
Window Handle: 0x00090596(591254)
Window ID: 0x00000082(130)
-------------------------------
How can I get all treenodes' name(caption) in that control
Thanks.

How to extract treeitems' caption from the treeview control in another application?