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.
我想删除用户从 Windows 7 的任务栏中关闭我的应用程序中的窗口的功能:
图像中的关闭按钮应该不可用。
有什么建议么?
你不应该这样做。窗口管理/装饰留给窗口管理器,您应该以某种方式处理“关闭”事件,并避免应用程序退出。
此外,在该预览的任何部分中单击 (mouse2) 也会关闭窗口,因此不仅仅是隐藏该按钮。