Re: VCL to collect all running applications
From: Aleksey Kuznetsov (nospam_at_nospam.org)
Date: 07/24/04
- Next message: Ottar Smidesang Holstad: "Re: Delphi Package Management"
- Previous message: Andrew Jameson: "Delphi Package Management"
- In reply to: Andrew Diabo: "VCL to collect all running applications"
- Next in thread: Viatcheslav V. Vassiliev: "Re: VCL to collect all running applications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 24 Jul 2004 13:07:17 +0300
The acConnectionList from AppControls pack (which you have) can detect all
appications and even automatically put it to ListView. But it's very simple,
returns only Application Name, Executable Name and the title of main window
+ gives ability to kill the process.
For more complicated tasks -- if you for example want to get memory usage,
threads count, number of various handles utilized by task -- please wait for
other suggestions.
Thanks,
Aleksey
"Andrew Diabo" <aadiabo@ix.netcom.com> wrote in message
news:41020ba0@newsgroups.borland.com...
> I need to collect all running executables in my application so I
> can detect any affected running applications. Something like the
> Task Manager Processes would be great. Any help is greatly
> appreciated.
>
> Thanks in advance.
>
> Andrew
>
>
- Next message: Ottar Smidesang Holstad: "Re: Delphi Package Management"
- Previous message: Andrew Jameson: "Delphi Package Management"
- In reply to: Andrew Diabo: "VCL to collect all running applications"
- Next in thread: Viatcheslav V. Vassiliev: "Re: VCL to collect all running applications"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]