GetLBText() 로 해당 인덱스의 문자열을 받아올 수 있다.
[링크 : http://six605.tistory.com/250]
Gets a string from the list box of a combo box. int GetLBText( int nIndex, LPTSTR lpszText ) const;
void GetLBText( int nIndex, CString& rString ) const; |
[링크 : https://msdn.microsoft.com/en-us/library/zcy9kze7(v=vs.110).aspx]
'Programming > C Win32 MFC' 카테고리의 다른 글
MFC 시간측정(msec) (0) | 2017.04.18 |
---|---|
MFC 다이얼로그 자세히(접기) (0) | 2017.04.14 |
MFC 라디오버튼 사용하기 (0) | 2017.04.05 |
mfc cstring 문자열 관련(유니코드) (0) | 2017.04.04 |
bit field와 컴파일러별 byte align (0) | 2017.03.27 |