PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Get Windows tasklist
Get Windows tasklist
Iniciado por Antonino, mai., 13 2020 12:53 PM - 4 respostas
Publicado em maio, 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
Membro registado
22 mensagems
Popularité : +2 (2 votes)
Publicado em maio, 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.
Publicado em maio, 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.
Membro registado
54 mensagems
Popularité : +2 (2 votes)
Publicado em maio, 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
Membro registado
795 mensagems
Popularité : +40 (42 votes)
Publicado em maio, 19 2020 - 12:05 PM