Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bindevent() and Windows Taskbar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01189454
Message ID:
01189683
Vues:
8
You probably need to subclass the Taskbar window or constantly "bombard" it with ABM_GETSTATE messages (timer).

http://msdn2.microsoft.com/en-us/library/ms630813.aspx

If subclassing, then probably send ABM_GETSTATE message on each occurrence of WM_NOTIFY | WM_MOVE | WM_POSCHANGED to check the status of the taskbar window.

Or even call API functions like GetWindow, IsWIndowVisible, GetWindowRect with taskbar window handle as input parameter for the same purpose.

This is a guess only; myself I would start digging in this direction.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform