본문 바로가기

MFC/Reference

[MFC] 메시지 박스 윈도우 최상단에 출력

반응형
MessageBoxA(GetDesktopWindow(), text.c_str(), caption.c_str(), type | MB_SETFOREGROUND | MB_TOPMOST | MB_SYSTEMMODAL);

 

 

https://github.com/MoongStory/WindowsController

 

GitHub - MoongStory/WindowsController: Windows 관련 작업들

Windows 관련 작업들. Contribute to MoongStory/WindowsController development by creating an account on GitHub.

github.com

 

반응형