Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to tell if a particular program is currently running on my system

Status
Not open for further replies.

proguru

Programmer
Mar 31, 2001
19
0
0
PY
Hello all

I have two problems.
First My program has to ask if a particular program is currently running on the system.
Second Then it has to terminate or kill that program

Thanks.

 
It looks like you will need to call GetWindowLong and/or GetWindowText APIs.
James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that they think I am now
qualified to do anything with nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top