Terminating another application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    #1

    Terminating another application

    Hi all, i am after a little help in working out how to use a vb app to
    terminate another app. I have a program i wish to run and after 5 hours i
    need to terminate it.

    Any help appreciated

    thanks
    steve


  • J French

    #2
    Re: Terminating another application

    On Fri, 15 Apr 2005 15:36:56 +1000, "Steve" <no@no.com> wrote:
    [color=blue]
    >Hi all, i am after a little help in working out how to use a vb app to
    >terminate another app. I have a program i wish to run and after 5 hours i
    >need to terminate it.
    >
    >Any help appreciated[/color]

    Try Sending it a WM_CLOSE message

    Comment

    Working...