PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Get Windows tasklist
Get Windows tasklist
Started by Antonino, May, 13 2020 12:53 PM - 4 replies
Posted on May, 13 2020 - 12:53 PM
Hi Gents,

as far as you all know, is there any Windev function that allows to retrieve the list of Windows tasks with their ID?

Thank you for your support.


BR,
Antonino
Registered member
22 messages
Popularité : +2 (2 votes)
Posted on May, 13 2020 - 2:45 PM
No, as far as I've been able to determine there is no Windev function for retrieving all the tasks as say the Task Manager lists. If all you want to do is to run the EnumWindows API to identify a running app then I have code for that.
Posted on May, 18 2020 - 6:47 AM
Use WMI to get the list it is easier and faster or better still use some good .NET library to do this for you.
Registered member
54 messages
Popularité : +2 (2 votes)
Posted on May, 18 2020 - 10:15 AM
Hi Antonino,
take a look at windev example
"Unit examples (WINDEV): The Exe functions"
I think you can find what you are looking for... ;)

Ciao
Andrea
Registered member
794 messages
Popularité : +40 (42 votes)
Posted on May, 19 2020 - 12:05 PM