[MFC] – 포커스 없는 창 만들기 창은 생성 되지만, 포커스는 가져 오지 않는 창 만들기. MFC 다이얼로그 모드라면, 초기화 코드에 다음 추가! SetWindowLong(m_hWnd,GWL_EXSTYLE,WS_EX_NOACTIVATE); 아는게 힘!!! 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-09 9:11 AM by andrew Comment 📂This entry was posted in C/C++ MFC & WINDOWS 참고를 위한 저장물
2015-05-08 andrew Repair a broken Ext4 Superblock in UbuntuThis has happened to me a few times, and it’s not a nice problem to find yourself in. You computer w...
2014-08-09 andrew [MFC] – 시스템의 전원 / 베터리 정보 가져오기SYSTEM_BATTERY_STATE sys_bat; if(0 == CallNtPowerInformation(SystemBatteryState,NULL,0,&sys_bat,...