반응형
  • MFC Combobox 문자 삽입
    • CString tmpIndex ;
    • tmpIndex.Format(_T("%d),i);    // CString -> int로 변환
    • m_comboOptList.AddString(tmpIndex);   //ComboList 추가 

 

반응형

'MFC' 카테고리의 다른 글

[MFC] LPSTR과 LPCTSTR  (0) 2020.06.25
[MFC] 문자열(MULTI BYTE/UNICODE) / CString  (0) 2020.06.24
[MFC] Const char* 이란  (0) 2020.06.24
[MFC] Edit Control  (0) 2020.06.24
[MFC] 응용프로그램 종류(기본옵션)  (0) 2020.06.24

+ Recent posts