I know about Automation, but this isn't that sort of case.
I know you can run an external exe file. But can you manipulate it someway?
Here is the situation, and it's not complicated:
A file that opens up, the form has a "From" and a "To" text box, then a button "Start".
We want to create a "controller" app with VB.Net so we can set it to run automatically at certain times.
The form always opens up with blank text boxes so you have to fill it out every time.
If it were a simple file/path/directory backup I'd just write it, but this file shuts down databases, copies them, sets some switch in the copied databases to "storage" with the time and date, then re-activates all the origional databases when finished.
Since I know VB can cause the application to execute, I'm thinking there might be a way to get the focus to one text box, vb sends it a path, jumps to the next textbox and gives it another path, then clicks the "run" button.
Is there a way to do this, maybe having VB simulating mouse clicks at certain coordinates and then "type" out a string?
This would make creating an "Automated Shell" program for simple apps a really sweet deal!
I know you can run an external exe file. But can you manipulate it someway?
Here is the situation, and it's not complicated:
A file that opens up, the form has a "From" and a "To" text box, then a button "Start".
We want to create a "controller" app with VB.Net so we can set it to run automatically at certain times.
The form always opens up with blank text boxes so you have to fill it out every time.
If it were a simple file/path/directory backup I'd just write it, but this file shuts down databases, copies them, sets some switch in the copied databases to "storage" with the time and date, then re-activates all the origional databases when finished.
Since I know VB can cause the application to execute, I'm thinking there might be a way to get the focus to one text box, vb sends it a path, jumps to the next textbox and gives it another path, then clicks the "run" button.
Is there a way to do this, maybe having VB simulating mouse clicks at certain coordinates and then "type" out a string?
This would make creating an "Automated Shell" program for simple apps a really sweet deal!