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.
我正在尝试在 C# 中构建一个 IE BHO。我想接收发送到运行 BHO 的 Internet Explorer 窗口的 WM_GETMINMAXINFO 消息。如何才能做到这一点?
谢谢,类似
尝试添加消息过滤器。