隐藏表单标题栏但保留任务栏条目和边框?

发布于 2024-11-03 08:03:17 字数 163 浏览 1 评论 0原文

我想隐藏表单的整个标题栏,同时保留任务栏和表单边框中的/a 标题(如Ssized)。

我该怎么做?

编辑:Windows (Vista/7) 资源管理器隐藏标题,但任务栏中有一个名称!

I would like to hide the whole caption bar of a form while keeping the/a title in the task bar and form borders (like Sizable).

How do I do that?

Edit: Windows (Vista/7) Explorer hides the title but has a name in the taskbar!

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

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

发布评论

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

评论(1

我早已燃尽 2024-11-10 08:03:17

将表单的 Text 属性设置为您希望在任务栏中看到的内容,并将表单的 FormBorderStyle 设置为 None

Set your form's Text property to what you want to see in the task bar and set the form's FormBorderStyle to None.

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