Click here to Skip to main content
15,888,157 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is there any way to connect to a third party application running on my system which is having UI controls. These UI controls are COM controls and have SetValue and GetValue interface functions.
All these need to be accessed from a different process where in I don't have source code for the third party and this interfaces are even not present in Running Object Table as well. Any idea to get the same?
What we have from the third-party component is as below:
I know the interface names (IIDs) class names (class IDs) with functions inside it? Also I have the parameters for the function and what I know is the component developed in C++. Anything we can try with this?
Posted
Updated 12-Apr-15 22:06pm
v3

1 solution

You must access the documentation and source code of these binaries. Or contact the vendors from which it comes.

Everything else is guessing...
 
Share this answer
 
Comments
John Samuel Vekal 13-Apr-15 3:48am    
What we can do if I know the interface names (IIDs) class names (class IDs) with functions inside it? Also I have the parameters for the function and what I know is the component developed in C++. Any thing we can try with this?
KarstenK 13-Apr-15 12:35pm    
What about the documentation? Or havent you a licence?
John Samuel Vekal 13-Apr-15 23:20pm    
I am working for an automation work, currently I have source code of third party (I have done the development of that as well) and want to make a product which can be automated like as I described above.
KarstenK 14-Apr-15 5:06am    
So you should find it all in the source code. Havent you read it carefully???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900