VisualStudio 2013 MFC DialogBase APP의 popupDialog의 TOP_MOST 속성 문제.. VisualStudio 2013 MFC DialogBase APP의 popupDialog의 TOP_MOST 속성 문제.. 없애는게 안되서 보니.. SetWindowPos(&wndTopMost, 0, 0, 0, 0, ~WS_EX_TOPMOST); 이렇게 속성을 제거 해주면 된다.. 단,, Parent가 TOP_MOST면 소용 없다는.. Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-08-07 7:47 AM by andrew Comment 📂This entry was posted in C/C++ MFC & WINDOWS
2014-08-09 andrew [MFC] – 다이얼로그 기반 프로그램에서 실행과 동시에 다이얼로그 감추기[출처] - http://frog3147.tistory.com/entry/다이얼로그-기반-프로그램에서-실행과-동시에-다이얼로그-감추기 다이얼로그를 domodal로 띄울 때 실행과...