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.
我有一个 MFC C++ 应用程序,我需要我的应用程序在后台运行,以运行一些功能。所以我想禁用对话框窗口。换句话说,我试图隐藏/使其对用户不可见。
我怎么能这样做?我对 MFC 没有太多经验,非常感谢您的帮助。
再见。
您需要使用隐藏大型机ShowWindow(SW_HIDE)。
ShowWindow(SW_HIDE)
参考ShowWindow。
ShowWindow