How to close program opened with shell function? 
Author Message
 How to close program opened with shell function?

I use the shell function to open a HTML help program.  It oorks fine, but it
stays open even after the calling application is closed.  I would like to
close the help application if the calling form is closed.

can I do that?  Here is the code that I am using

Maurice


Dim HelpMe

HelpMe = Shell(App.Path & "\HH.EXE " & App.Path & "\Aquaculture Effluent
Data Management.CHM", vbNormalFocus)



Tue, 30 Jan 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Closing a program loaded by Shell function

2. Closing a program loaded by Shell function

3. Close the Window Opened by Shell Command

4. DOS shell - opening and closing?

5. Opening and closing a DOS shell - Win 95

6. DOS shell - opening and closing?

7. Close an app running under Shell function?

8. detecting close of a shelled dos program in vb5

9. detecting close of a shelled dos program in vb5

10. wait and close shell program automatically...

11. Program not closing using Shell command

12. Closing Calling Program using Shell()

 

 
Powered by phpBB® Forum Software