Home > Software engineering >  How to establish a qq chat window open folder of hook?
How to establish a qq chat window open folder of hook?

Time:09-15





How to establish a qq chat window open folder of hook?
I saw the news with spy++, only WM_LBUTTONDOWN, the problem is to intercept the message after, how to confirm is to click on the "open folder" button? If clicked open is just as much a WM_LBUTTONDOWN this button? Is a HWND,
<00840 & gt; 004 d03ca S WM_SETCURSOR HWND: 004 d03ca nHittest: HTCLIENT wMouseMsg: WM_LBUTTONDOWN
Watched the Internet, seems to be more suitable to use the mouse to low-level hooks: WH_MOUSE_LL
VC6 capture mouse events (such as mobile, click) some summary (MFC news, DriectInput, hook) - tang Lin column - CSDN blog https://blog.csdn.net/wumuzhizi/article/details/46341311
How to confirm as existence is click on the "open folder" button,

Such as the code
https://www.cnblogs.com/fanling999/p/4592740.html

WinAPI[钩子相关函数] HOOK例解 okwary - BoKeYuan/> at https://www.cnblogs.com/okwary/archive/2008/12/27/1363395.html
Qq seems to have their own directui library interface, with inspect. The exe enumeration, seems to enumerate all the message window, but the file after send open, can't open the folder that window enumeration,


CodePudding user response:

please combined with the example code in detail, thanks!

CodePudding user response:

Such as the code
https://www.cnblogs.com/fanling999/p/4592740.html
The problem is how to determine is click on the "open folder" here?

CodePudding user response:

Windows API tutorial (7) hook hook listening - star in - blog https://www.cnblogs.com/jpfss/p/9233032.html
  • Related