CWnd *p_combo = GetDlgItem(IDC_COMBO1); HWND h_wnd = ::FindWindowEx(p_combo->m_hWnd, NULL, _T("Edit"), NULL); if (NULL != h_wnd) ((CEdit *)CWnd::FromHandle(h_wnd))->SetReadOnly(TRUE);
[PNG image (16.45 KB)]
C++
MFC
콤보박스
Retrieved from http://hyacinth.byus.net/moniwiki/wiki.php/C++/(MFC)콤보박스의 Edit 부분 readonly
last modified 2011-06-24 11:41:13