S
sbtk
Hello to all.
Is possible to close a program previously opened with the comand "shell" ?
Example of my code (access 2003):
Private Sub Prog_Click()
Shell ("C:\WINDOWS\system32\calc.exe")
...
...
_ _ _ _ _ _ 'command or routine to close calc.exe
End Sub
Thanks for your help !
Is possible to close a program previously opened with the comand "shell" ?
Example of my code (access 2003):
Private Sub Prog_Click()
Shell ("C:\WINDOWS\system32\calc.exe")
...
...
_ _ _ _ _ _ 'command or routine to close calc.exe
End Sub
Thanks for your help !