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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

any possible solution on closing all run program

Status
Not open for further replies.

dekcool

Programmer
Oct 2, 2002
231
PH
hi good day!

i have this server/client type of program.
from the server i can lock client.
now how i can manage to close all user run programs.
not using ExitWindows API function.

any idea on how i can find all running windows or application and then close them.

any inputs will appreciate, thanks in advance

____________________________________________________
Invest your time in learning, Not just practicing.

DEK
 
u can do it using EnumProcesses API and ExitProcess API. search MSDN how to use these APIs to exit all running processes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top