I sther a way to monitor or access a standalone or OLE capable applications local objects properties? In other words; can I monitor or change the properties of, let's say, a Label1.Caption property or any of it't properties contained in another third party application.
I have looked for a function(s) in VB and the Windows API to do this but it is not evident to me.
Example: My program would be executing as a standalone task and if I click on any object in any other application I would like to see a list of that objects property settings.
