본문 바로가기
programing/MFC

항상 위에 (TopMost)

by RedWiz 2017. 5. 23.


 ::SetWindowPos(this->m_hWnd, HWND_TOPMOST, nX, nY, nWidth, nHeight, NULL);


함수를 사용하면된다


풀려면


 ::SetWindowPos(this->m_hWnd, HWND_NOTOPMOST, nX, nY, nWidth, nHeight, NULL);


'programing > MFC' 카테고리의 다른 글

다이알 로그 활성화 확인  (0) 2017.05.22
간단한 Popup Menu 만들기  (0) 2017.05.10
슬라이드 컨트롤 사용시에  (0) 2017.03.29
ShellExecute  (0) 2017.01.11
TRACE  (0) 2017.01.11