Link to home
Start Free TrialLog in
Avatar of timns
timns

asked on

Intercepting windows messages using a hook

I have a requirement to catch minimize messages sent to certain windows, at which point I would like to discard the message and minimize the window using my own code. The idea is that certain windows, when minimized, do not then appear on the taskbar. I have code which does this for windows I own, but I have to also do this for other application windows.
ASKER CERTIFIED SOLUTION
Avatar of DaFox
DaFox

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial