Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shutting down an application
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00135143
Message ID:
00135343
Vues:
9
You may want to make this one a FAQ too, since IT IS a FAQ. Thanks.

Vlad

>Seems like I just answered this one yesterday.:-) Here goes:
>DECLARE INTEGER SendMessage IN Win32API;
>  INTEGER hWnd, INTEGER uMsg, INTEGER wparm, INTEGER lparm
>#define WM_CLOSE  0x0010
>* lnhWnd is the Window handle
>= SendMessage(lnhWnd, WM_CLOSE, 0, 0)
>hth,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform