참고 사이트
https://neohtux.tistory.com/47
[MFC] csv파일 경로를 ListControl에 채우기
1. MFC 기본 컨트롤러 배치 (Button, ListControl) MFCL 기본컨트롤 ListControl과 Button(버튼)을 추가해줍니다. 2. 두 컨트롤에 대해 변수 추가 해당 컨트롤을 우클릭하여 변수를 추가해줍니다. 리스트 컨트롤
neohtux.tistory.com
'IT > C++, MFC' 카테고리의 다른 글
비쥬얼 스튜디오 단축키 (0) | 2023.03.20 |
---|---|
[MFC] 파일 및 폴더 검색기 (0) | 2023.03.10 |
LPCSTR, LPCTSTR, TCHAR (0) | 2023.03.08 |
16-1 : C++에서의 형 변환 연산 (static_cast: A 타입에서 B타입으로) (0) | 2023.03.06 |
C4996 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (0) | 2023.03.06 |