P
Phesunov
From an Access DB, I'm using Visual Basic to launch an external program via
Shell call which returns the Task ID for that external program. The external
program self-terminates but it may take between 1 and 15 seconds to complete
What I'm looking for is a visual basic command that checks if a given Task
ID is still active. Therefore I can use some coded logic to wait before
moving on to the next step. Currently I'm using a message box to halt the
Access program flow until the other program disappears.
Any help would be appreciated.
Shell call which returns the Task ID for that external program. The external
program self-terminates but it may take between 1 and 15 seconds to complete
What I'm looking for is a visual basic command that checks if a given Task
ID is still active. Therefore I can use some coded logic to wait before
moving on to the next step. Currently I'm using a message box to halt the
Access program flow until the other program disappears.
Any help would be appreciated.