I've looked high and low, but I can't seem to find an answer. When I open an
application using the shell command, as seen below, how can I close the
application? I am creating a menu system for powerpoint presentations and
they all loop. I need to stop one presentation before I staer another. I
considered using New Process to start the application, but I don't seem to
be able to pass command line arguments.
ProcID = Shell("""C:\Pro gram Files\Microsoft Office\PowerPoi nt
Viewer\PPTVIEW. EXE"" /s c:\testfiles\te st.ppt", AppWinStyle.Nor malNoFocus)
Any help would be appreciated,
John
application using the shell command, as seen below, how can I close the
application? I am creating a menu system for powerpoint presentations and
they all loop. I need to stop one presentation before I staer another. I
considered using New Process to start the application, but I don't seem to
be able to pass command line arguments.
ProcID = Shell("""C:\Pro gram Files\Microsoft Office\PowerPoi nt
Viewer\PPTVIEW. EXE"" /s c:\testfiles\te st.ppt", AppWinStyle.Nor malNoFocus)
Any help would be appreciated,
John
Comment