Fonction permattant depuis VFP la fermeture d'une application Windows ouverte, présente sur Applications de Gestionnaire des tâches de Windows, par son nom.
Testée sous Windows 2000 et XP.
Code source :
*-- Test
CloseWinApp("Adobe Reader")
*------------------------------------------------- *-- Fermeture d'une application Windows ouverte FUNCTION CloseWinApp(tcTitle) DECLAREINTEGER GetActiveWindow IN Win32API
DECLAREINTEGER GetWindowText IN Win32API; INTEGERHWND,; STRING @cText,; INTEGER nType
DECLAREINTEGER GetWindow IN Win32API; INTEGERHWND,; INTEGER nType