SHDocVw.ShellWindows .Quit does not stop process
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
-
I have an application that closes all IE windows that have "MKR" string in the address when the application closes. The problem is that explorer.exe is still listed in the processes. How do I get rid of the process when I close the application? SR
You do know that
explorer.exe
is the process that give you your desktop, right? Why would you want to stop that?Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
I have an application that closes all IE windows that have "MKR" string in the address when the application closes. The problem is that explorer.exe is still listed in the processes. How do I get rid of the process when I close the application? SR