I’m having trouble hooking event messages sent when a user left/right clicks on the app’s tackbar tab. I have tried implementing OnNcLButtonDown and the like but no events are ever triggered when I click on the app’s tab. Is there a possible COM solutions?
I’m having trouble hooking event messages sent when a user left/right clicks on the
Share
There is an undocumented windows message: code 0x0313 that is send when a user right clicks on the app’s taskbar button. Dunno whether its stable to hook though.