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
2015-03-21 andrew [펌]JAVA 화일 감시 프로그램 만들기.일을 하다보면 특정 디렉토리를 감시하여 특정 조건이 되면 존재 하는 화일을 처리 하는 프로그램이 필요 할때가 있다. 보통은 C/C++로 작업 하는데 어찌다 보니 보게된...
2016-07-28 andrew JQuery로 Checkbox check여부 확인 및 Label 활용 방법.Label로 묶어 주면 check button이 아니라 글자를 눌러도 check button 누르는 것 처럼 된다. <label><input type=...