Hello,
While the form is open, the user can open an external application (eg. MSWord).
I want the form to "monitor" or "check" when the external application is CLOSED.
Only when the external application was open and have been closed, I want to display a Msgbox.
NOTE: the user does not run the external app from within the form (eg. cmdbutton). The external app is opened from the Start/Programs menu.
So basically I want my form to 'continuously' check if an external application (word.exe) is running(or not) and then display a msgbox when that app is closed.
Any ideas ?
Thank you.
While the form is open, the user can open an external application (eg. MSWord).
I want the form to "monitor" or "check" when the external application is CLOSED.
Only when the external application was open and have been closed, I want to display a Msgbox.
NOTE: the user does not run the external app from within the form (eg. cmdbutton). The external app is opened from the Start/Programs menu.
So basically I want my form to 'continuously' check if an external application (word.exe) is running(or not) and then display a msgbox when that app is closed.
Any ideas ?
Thank you.