|
-
Apr 17th, 2003, 09:08 PM
#1
Thread Starter
Hyperactive Member
Close Explorer.exe
Hey,
I'm writing a app and I need to close explorer.exe. How could I do this in Windows XP?
-
Apr 17th, 2003, 10:29 PM
#2
Fanatic Member
I vaguely recall that the basic way to do it is a) locate the PID from the process list and b) send the PID the kill command, although I'm sure there are lots of other ways.
Here's a sample that is included with the docs:
ms-help://MS.VSCC/MS.MSDNVS/vbref/html/vbsamwindowsformsprocesscontrollersample.htm
It has about everything you may want to know about process control (network and local). Hope it helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|