Hi,
I have two applications to which I dont own the code. One has an API from which I can extract data and the other is a VB application.
What I want to know is if it is possible to automate the transfer data from the first application to the other. I.e once the data is extracted, propergate the text boxes in the VB application.
With win32 SetWindowText, I can change the window caption of another application, but I cannot access the individual text fields.
Is this possible in the first place?
Thanks and regards,
Karim
I have two applications to which I dont own the code. One has an API from which I can extract data and the other is a VB application.
What I want to know is if it is possible to automate the transfer data from the first application to the other. I.e once the data is extracted, propergate the text boxes in the VB application.
With win32 SetWindowText, I can change the window caption of another application, but I cannot access the individual text fields.
Is this possible in the first place?
Thanks and regards,
Karim