Home > Software engineering >  HOOK to intercept system tray message problem
HOOK to intercept system tray message problem

Time:09-16

I made a global hook through the SetWindowsHookEx, WH_CALLWNDPROC, WH_CBT, WH_GETMESSAGE I can be intercepted,
But couldn't find the third party programs use Shell_NotifyIcon send messages to the system tray,

I should have what kind of message interception?

Interception, how to obtain third-party applications send tray on the mouse came out of the menu?

CodePudding user response:

Can try Hook Shell_NotifyIcon API

  • Related