반응형 Radio button1 [MFC] Radio Button 투명 배경 오늘 Radio Button 의 배경을 투명하게 만들기 위해 WM_CTRLCOLOR 메시지를 이용하여 처리 하려고 했다. 그런데 바뀌지 않았다. ㅡㅡ; 왜 그런지 찾아보니 인터넷에 이런말이 있었다. From comctrl6, if theme enabled you cannot change the text color of the text color of the radio button using the WM_CTRLCOLOR. 그래서 이것을 해결하기 위해 SetWindowTheme(GetDlgItem(IDC_CTRL)->m_hWnd, _T(""), _T("")); 를 사용하면 된다 HRESULT SetWindowTheme( HWND hwnd, LPCWSTR pszSubAppName, LPCWSTR pszSub.. 2016. 11. 1. 이전 1 다음 반응형