KevinYearian
Programmer
Hello,
Is there a way using API Calls that I can SendMessages to controls in another running app?
I have a VB program (App #1) that is a simple address book. The primary window shows the contact information for an individual.
The user can search for another contact by:
1) Clicking on a "Search" button.
- Open a search window.
2) Entering a value in the "search text" box.
3) Clicking "OK"
- Displays a not found message if none found
or
- Populates the primary window with the found contact
I do not have the source code for this app, only the executable.
I have a second program (App #2) that access the same database. This program also does a search, but it returns a list of "Found matches"
What I would like to do, if possible, is to let the user double-click on a "Found entry" in App #2 and have App #1 respond by:
1) Displaying the search window
2) Populating the "Search Text" box with the entry that was double clicked in App #2
3) Clicking the "OK" button in the search window.
Is there a way using API Calls that I can SendMessages to controls in another running app?
I have a VB program (App #1) that is a simple address book. The primary window shows the contact information for an individual.
The user can search for another contact by:
1) Clicking on a "Search" button.
- Open a search window.
2) Entering a value in the "search text" box.
3) Clicking "OK"
- Displays a not found message if none found
or
- Populates the primary window with the found contact
I do not have the source code for this app, only the executable.
I have a second program (App #2) that access the same database. This program also does a search, but it returns a list of "Found matches"
What I would like to do, if possible, is to let the user double-click on a "Found entry" in App #2 and have App #1 respond by:
1) Displaying the search window
2) Populating the "Search Text" box with the entry that was double clicked in App #2
3) Clicking the "OK" button in the search window.