如何在 Visual Studio 控制台应用程序中禁用控制台窗口的关闭按钮?
我需要禁用 Visual Studio 控制台的控制台窗口中的关闭按钮 用 C# 编写的应用程序。我希望应用程序应该运行直到完成 并且用户不应该能够通过关闭控制台窗口来停止它。我使用的是视觉工作室2010
I need to disable the close button in the console window of a visual studio console
application written in C#. I want that the application should run until it completes
and the user should not be able to stop it by closing the console window. I am using visual studio 2010
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是禁用控制台窗口上的关闭按钮的示例:
Here is an example to disable close button on console window: