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.
我使用了许多滚动控件(每个控件都是一个用户控件)。如果鼠标在焦点控件上方,现在鼠标滚轮可以工作当鼠标滚轮旋转时如何实现,无论是什么控件,具有焦点的控件都会接收输入鼠标光标结束。
您必须使用名为 SetWindowsHookEx 的 WINAPI 函数。您可以在 User32.dll 中找到该函数。