Dec 27, 2004 #1 testeng Technical User Apr 5, 2001 32 US Does any one know how to get a list of all running apps on a PC and stop/close certian ones? Thanks
Dec 27, 2004 #2 CubeE101 Programmer Nov 19, 2002 1,492 US yes... Investigate the following APIs... 1) EnumWindows 2) GetWindowThreadProcessID 3) ExitProcess 4) TerminateProcess For more info see: http://www.thescarms.com/vbasic/StopProcess.asp or... http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_20231530.html Or just post back here... Have Fun, Be Young... Code BASIC -Josh http://cubee.topcities.com PROGRAMMER: Red-eyed, mumbling mammal capable of conversing with inanimate objects. Upvote 0 Downvote
yes... Investigate the following APIs... 1) EnumWindows 2) GetWindowThreadProcessID 3) ExitProcess 4) TerminateProcess For more info see: http://www.thescarms.com/vbasic/StopProcess.asp or... http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_20231530.html Or just post back here... Have Fun, Be Young... Code BASIC -Josh http://cubee.topcities.com PROGRAMMER: Red-eyed, mumbling mammal capable of conversing with inanimate objects.
Dec 27, 2004 #3 bjd4jc Programmer Nov 8, 2001 1,627 US or... on this forum thread222-63270 Upvote 0 Downvote