Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent() and Windows Taskbar
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01189454
Message ID:
01189683
Views:
7
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform