C++/(MFC)CWnd를 Top Most로 만들기 Edit Diff Refresh Backlink Random Search History Help Setting Hide Show void ToggleTopMost(CWnd* pWnd) { if (pWnd->GetExStyle() & WS_EX_TOPMOST) pWnd->SetWindowPos(&wndNoTopMost, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); else pWnd->SetWindowPos(&wndTopMost, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); } MFC TopMost 이 글에는 0 개의 댓글이 있습니다. Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus