Identifying and querying controls
I was wondering how to id say a tree ctrl in another program, and then query some information from it? I was thinking about injecting a DLL into the running process but i am not sure where to get the documentation for controls such as ListBox, to get the currently selected item. I was unable to find anything so detailed on MSDN. Did i miss something? Or is there a better way to do this?
Cheers.

