使用 Visual Basic 2008 Express 在 vb.net 中为 Windows 窗体创建自定义镶边

发布于 2024-08-02 03:18:47 字数 106 浏览 3 评论 0原文

如何使用 Visual Basic 2008 Express 在 vb.net 中为 Windows 窗体创建自定义镶边? 我想基本上放弃他们提供的东西并重新开始,有什么办法可以轻松做到这一点吗?

How do you create custom chrome for a windows form in vb.net using Visual Basic 2008 express? I want to basically scrap what they give and start fresh, is there any way to do so easily?

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

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

发布评论

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

评论(1

旧城空念 2024-08-09 03:18:47

我最终想通了。 在选择了表单本身的属性窗口中,FormBorderStyle 从“可调整”到“无”将删除所有内置镶边,因此让我自己制作。 可调整大小和移动可能有点困难,因为我必须自己编写代码,但这是剥离镶边的简单方法。

I figured it out eventually. In the properties window with the form itself chosen, FormBorderStyle from "Sizable" to "None" will remove all built in chrome, therefore leaving me to go make my own. Resizability and moving may be a bit tough as I will have to code that myself, but this is an easy way to strip the chrome.

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