更改 Internet Explorer 窗口标题

发布于 2024-11-29 19:15:56 字数 151 浏览 1 评论 0原文

我正在用 C# 开发 IE 的工具栏。我想要做的是,当此工具栏在 IE 中可见时,我想将 Internet Explorer 的标题更改为我决定的名称。我可以使用 WebBrowserClass 状态文本添加状态文本,但我发现无法更改标题。任何帮助表示赞赏。

谢谢, 阿伦

I'm developing a toolbar for IE in C#. What I want to do is I would like to change the title of internet explorer to something I decide, when this toolbar is made visible in IE. I can add a status text by using WebBrowserClass status text but I found no way to make change to title. Any help appreciated.

Thanks,
Arun

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

网名女生简单气质 2024-12-06 19:15:56

我相信 HTML 页面会告诉浏览器窗口标题信息。因此可能会更改浏览器正在加载的 html 页面。这可能是一个粗略的解决方案。

I belive that HTML page tells the browser window title info. So may be change the html page which browser is loading. This may be a crude solution.

嗫嚅 2024-12-06 19:15:56

您将必须编辑注册表。

阅读本文。

标题存储在 HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\ 中Main 作为窗口标题

You will have to edit the registry.

Read this article.

The title is stored in HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main as Window Title

鲜肉鲜肉永远不皱 2024-12-06 19:15:56

我得到了答案...使用 SetWindowText 函数。

I got the answer... Use SetWindowText Function.

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