내 visual assist 설정 파일 보호되어 있는 글입니다. 더보기 html5를 공부해보자 http://www.sqler.com/415142 그러하다.. 더보기 Check the windows Areo theme (DwmIsCompositionEnabled) 출처 : http://cafe.naver.com/tjdc/445 // 이 클래스는 m_hDWMApi 핸들이 유효할때 까지 적용된다. // EnableComposition 기능은 이 클래스가 소멸되면 자동으로 원상태로 돌아간다. class CDWMApiDll { typedef HRESULT (CALLBACK * pfDwmIsCompositionEnabled)(BOOL *pbEnabled); typedef HRESULT (CALLBACK * pfDwmEnableComposition) (BOOL bEnable); public: CDWMApiDll() { m_hDWMApi = NULL; f_IsEnabled = NULL; f_Enable = NULL; }; virtual ~CDWMApiDll() { if(m_h.. 더보기 이전 1 ··· 6 7 8 9 10 11 12 ··· 51 다음