|
-
Jan 27th, 2000, 10:52 PM
#1
Thread Starter
Hyperactive Member
Hi, in Win95, how can I close an exe that runs in the background but doesn't have a window? Without a window to invoke, I can't find the class or handle. The app that I want to close is antivirus so that I can copy new files over.
Thanks,
Wade
-
Jan 27th, 2000, 11:17 PM
#2
Fanatic Member
Hi Wayne,
Does your App appear in the list when you press Ctrl-Alt-Delete? If so, you should be able to close it that way.
All the best.
------------------
OneSource
The truth may be out there, but it's in here too!.
-
Jan 27th, 2000, 11:20 PM
#3
Thread Starter
Hyperactive Member
The external app that I want to close is in the Ctrl-Alt-Delete list, but it doesn't have a window. How can I close it through vb?
Thanks,
Wade
-
Jan 28th, 2000, 02:02 AM
#4
Thread Starter
Hyperactive Member
Anyone out there?
-
Jan 28th, 2000, 02:12 AM
#5
im assuming that your using a module to do all the stuff from. cant you just out "End" in the code at an appropriate juncture?
Check out my brand new WebPage, devoted to VB: www.dreamwater.com/tech/wossname/
------------------
Wossname,
Email me: [email protected] 
-
Jan 28th, 2000, 02:15 AM
#6
Thread Starter
Hyperactive Member
The app is external to mine...it's not mine..it's an antivirus program that I need to close so I can copy new files.
If it had a window, I could grab its handle and close it, but it only shows up in the Ctrl-Alt-Delete list. 
Thanks,
Wade
[This message has been edited by WadeD (edited 01-28-2000).]
-
Jan 28th, 2000, 12:40 PM
#7
Thread Starter
Hyperactive Member
Has anyone used the FindExecutable API? It's supposed to return the handle of an executable, but I'm getting the same value each time. Or maybe there's another way of closing an exe that doesn't have a window.
Thanks in advance,
Wade
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
|