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
2016-08-11 andrew c++ key input#include <iostream> using std::cout; using std::cin; int main() { char thing; cin >> thi...
2014-07-06 andrew 볼 책..http://www.yes24.com/24/goods/13212007?scode=032&OzSrank=1 (Cocos2d-x 3 모바일 게임 프로그래밍) ...