Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Re: Mouse
Divers
Thread ID:
00525261
Message ID:
00525278
Vues:
16
>Even though I'm not VFP I want to know if there is a windows API function that will let you see which mouse button was click ANYWHERE on the screen.

Dubious. Windows sends messages directory to individual windows (including the desktop) concerning mouse events via their callback functions. There are a number of mouse associated messages such as: WM_MBUTTONDOWN, WM_MBUTTONUP and the message includes a parameter specifying the particular co-ordinates. PeekMessage() might help but only for the current thread.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform