jmorris2k
06-19-2001, 07:47 PM
how can i execute a shell command, then show a form based on the completion of the shell command? the form should not be displayed until the window state of the shell command window is closed.
i.e.:
shell("c:\windows\calc.exe"), vbNormalFocus
frmShow.Show <----- this form should not display until calc.exe is closed
i.e.:
shell("c:\windows\calc.exe"), vbNormalFocus
frmShow.Show <----- this form should not display until calc.exe is closed