Results 1 to 7 of 7

Thread: Closing exe

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Post

    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

  2. #2
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Post

    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!.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Post

    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

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Post

    Anyone out there?

  5. #5
    Guest

    Post

    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]

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Post

    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).]

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Post

    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
  •  



Click Here to Expand Forum to Full Width