Home > OS >  How to use the HOOK to get news from the system tray?
How to use the HOOK to get news from the system tray?

Time:09-20

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:

Never get hook to learn

CodePudding user response:

QQ 188642 study together.

CodePudding user response:

Why not use WH_MOUSE_LL
  • Related