Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Visual Basic 2008 express 在 vb.net 中为 windows 窗体创建自定义镶边?我想基本上放弃他们给予的东西并重新开始,有什么方法可以轻松做到吗?
我最终想通了。在选择了表单本身的属性窗口中,FormBorderStyle 从“Sizable”到“None”将删除所有内置的 chrome,因此让我自己制作。可调整大小和移动可能有点困难,因为我必须自己编写代码,但这是剥离 chrome 的简单方法。