본문 바로가기

공부/컴퓨터

[MFC] 윈도우 항상 최상위에 존재하게 하기

반응형
        ::SetWindowPos(GetSafeHwnd(),  HWND_TOPMOST , 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
반응형