Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP program never clears from Task Manager
Message
De
15/05/2016 13:17:34
Issam Mansour
Jordan Business Machines
Amman, Jordanie
 
 
Information générale
Forum:
Windows
Catégorie:
Autre
Divers
Thread ID:
01636367
Message ID:
01636392
Vues:
56
I am using the following code for that issue:-

oWMI = Getobject('winmgmts://')
cQuery = "select * from win32_process where name='your application name.exe'"
oResult = oWMI.ExecQuery(cQuery)
*? oResult.Count
For Each oProcess In oResult
*? oProcess.Name
oProcess.Terminate(0)
Next
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform