PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Get Windows tasklist
Get Windows tasklist
Débuté par Antonino, 13 mai 2020 12:53 - 4 réponses
Posté le 13 mai 2020 - 12:53
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
Membre enregistré
22 messages
Popularité : +2 (2 votes)
Posté le 13 mai 2020 - 14:45
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.
Posté le 18 mai 2020 - 06:47
Use WMI to get the list it is easier and faster or better still use some good .NET library to do this for you.
Membre enregistré
54 messages
Popularité : +2 (2 votes)
Posté le 18 mai 2020 - 10:15
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
Membre enregistré
794 messages
Popularité : +40 (42 votes)
Posté le 19 mai 2020 - 12:05