검색결과 리스트
글
* This global function can be used to extract a substring from a given source string.
BOOL AFXAPI AfxExtractSubString (
CString& rString,
LPCTSTR lpszFullString,
int iSubString,
TCHAR chSep = '\n'
);
* Sample Source
|
'C/C++ > VC++ / MFC' 카테고리의 다른 글
[COM] WebBrowser Customization (0) | 2012.12.29 |
---|---|
[VC++] visual studio 2008 Excel Automation "\excel.tlh(1219) : error C2371: 'FontPtr' : redefinition; different basic types" (0) | 2011.08.05 |
[MFC] CListCtrl 현재 행 선택하기 (0) | 2011.03.20 |
COM Automation 에서 옵션인자 설정 방법 (0) | 2011.03.03 |
#pragma message (0) | 2011.02.25 |
RECENT COMMENT