Kill a Windows Process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RobertGabriel
    New Member
    • Apr 2007
    • 20

    Kill a Windows Process

    How does one kill a windows Process with a function?
  • SammyB
    Recognized Expert Contributor
    • Mar 2007
    • 807

    #2
    Originally posted by RobertGabriel
    How does one kill a windows Process with a function?
    Assuming that you are still in VBA (Access), I believe you would use the TerminateProces s API, http://allapi.mentalis.org/apilist/T...eProcess.shtml, but this is dangerous. Maybe give us more details and we can better help.

    Comment

    Working...