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.
我在 CAxWindow ATL 类中托管一个 Internet Explorer 实例(Web 控件)。如何防止网站从托管的 IE 中打开新窗口?我已经设置了 IDocHostUIHandlerDispatch 的实现来禁用上下文菜单。
WebBrowser ActiveX 控件上有一个事件,用于显示您需要侦听和取消的新窗口(NewWindow、NewWindow2、NewWindow3)。