Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我创建了两个程序,即用于处理焦点事件的 callbackwnd 程序和用于处理鼠标单击事件的鼠标程序。当我解开这两个程序时,应用程序会闪烁一点。如何克服这个问题?
我也想知道是哪个程序最先使用unhook功能?
问候, 卡提克
您可以随时解开任何程序。最好在关闭窗口时解开程序(WM_CLOSE)。
闪烁可能是由于两次解开该功能而发生的。