如何重定向另一个应用程序的 WebBrowser 控制
我有应用程序,但无法修改它。 该应用程序包含 IEControl(WebBrowser 控件),它显示一些 URL 并打开一些 txt 文件。 如何获取 IWebBrowser2 并将该控件重定向到指定的 URL? 例如,每次控件尝试打开txt文件时,我都需要将此控件重定向到http://stackoverflow.com
?
I have Application, and I can't modify it. This Application contain IEControl (WebBrowser control), which display some URLs and open some txt files. How can I get IWebBrowser2 and redirect this control to specified URL? For example, I need redirect this control to http://stackoverflow.com
every time control trying to open txt file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有严重的黑客攻击,你就无法做到这一点,而这些黑客攻击是不受支持且相当脆弱的。 您必须使用多种技巧中的任何一种跨进程边界注入代码,这些技巧都不是微不足道的。
你为什么想做这个?
You can't do this without serious hacks that would be unsupported and rather fragile. You'd have to inject your code across the process boundary using any of a number of tricks, none of which are trivial.
Why would you want to do this?