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工具栏为Internet Explorer开发一个附加工具栏..但是,在尝试时我发现这个工具栏也出现在文件浏览器中..如何使其启用(或可见)仅在 Internet Explorer 中......
如果不是 iexplore.exe,您可以获取进程名称,然后从 DllGetClassObject() 返回 E_FAIL。