Discussion:
How to receive list of running applications
(too old to reply)
Stoyan Malchev
2006-04-09 06:49:53 UTC
Permalink
I need a list of all running applications with related exe files and window
handles.
Is it possible?

Thanks in advance
Lee Mitchell
2006-04-10 14:18:49 UTC
Permalink
Hi Stoyan:

Take a look at the code in this article:

188404 HOWTO: Use API Calls to Detect Other Running Applications
http://support.microsoft.com/default.aspx?scid=kb;EN-US;188404


I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Post by Stoyan Malchev
I need a list of all running applications with related exe files and window
handles.
Is it possible?
Thanks in advance
Stoyan Malchev
2006-04-11 08:18:18 UTC
Permalink
Thanks, Lee.
Now no problems to detect all running applicationsut how to
188404 HOWTO: Use API Calls to Detect Other Running Applications
http://support.microsoft.com/default.aspx?scid=kb;EN-US;188404
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
http://msdn.microsoft.com/vfoxpro/
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Post by Stoyan Malchev
I need a list of all running applications with related exe files and
window
Post by Stoyan Malchev
handles.
Is it possible?
Thanks in advance
Stoyan Malchev
2006-04-11 08:24:36 UTC
Permalink
Thanks, Lee.
Now no problems to detect all running applications, but how to get more info
about them?
I want to know executable file for each one
188404 HOWTO: Use API Calls to Detect Other Running Applications
http://support.microsoft.com/default.aspx?scid=kb;EN-US;188404
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
http://msdn.microsoft.com/vfoxpro/
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Post by Stoyan Malchev
I need a list of all running applications with related exe files and
window
Post by Stoyan Malchev
handles.
Is it possible?
Thanks in advance
Lee Mitchell
2006-04-11 15:54:03 UTC
Permalink
Hi Stoyan Malchev:

I don't think I have code to list all the running EXE names. Any code to do
this would be API code. You might look on the Download section of
www.universalthread.com and see if you can find a tool that lists the
running EXE names. (You do not need to be a member of UT to search the
download site.)

Look at this article:

121242 How To Produce a List of Other Applications Running in Windows
http://support.microsoft.com/default.aspx?scid=kb;EN-US;121242

If you do not get any answers here, I would join Universalthread.com (it is
free) and post this question on their VFP forum.

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Post by Stoyan Malchev
Thanks, Lee.
Now no problems to detect all running applications, but how to get more info
about them?
I want to know executable file for each one
188404 HOWTO: Use API Calls to Detect Other Running Applications
http://support.microsoft.com/default.aspx?scid=kb;EN-US;188404
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
http://msdn.microsoft.com/vfoxpro/
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
Post by Stoyan Malchev
69-4500-8bf2-3f06689f4ab3&type=ovr
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Post by Stoyan Malchev
I need a list of all running applications with related exe files and
window
Post by Stoyan Malchev
handles.
Is it possible?
Thanks in advance
Loading...