如何重定向另一个应用程序的 WebBrowser 控制

发布于 2024-07-10 04:21:45 字数 186 浏览 6 评论 0原文

我有应用程序,但无法修改它。 该应用程序包含 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛上了 2024-07-17 04:21:45

如果没有严重的黑客攻击,你就无法做到这一点,而这些黑客攻击是不受支持且相当脆弱的。 您必须使用多种技巧中的任何一种跨进程边界注入代码,这些技巧都不是微不足道的。

你为什么想做这个?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文