I need to be able to get the text from a leaf in a treeview control that is not part of my application. For some reason, TreeView_GetItem() doesn't seem to work when I call it for a treeview in a ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20041147.html
Does anybody know how to get text from a treeview control that does not belong to my process ?
When i run this code i get an access violation in comctl32.dll
Please help me.
int wfp=(int)...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20096218.html
I'm writing an application which needs to retrieve some information from a TreeView Ctrl in another program (Visio)
But it dosn't seems to be working...
Here's my code (more or less)
hwndTV=Find...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10209033.html