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.
我想隐藏表单的整个标题栏,同时在任务栏中保留/a标题和表单边框(如Sizable)。
Sizable
我怎么做?
编辑:Windows(Vista/7)资源管理器隐藏标题但在任务栏中有一个名称!
将表单的Text属性设置为您希望在任务栏中看到的内容,并将表单的属性设置FormBorderStyle为None.
Text
FormBorderStyle
None