CString 이용 문자열 복사 Cstring m_StrCmp1.Format(L"%s",pChar); 문자열 교체 AfxExtractSubString(strTok, str, 0, '?'); //st...
2014년 2월 19일 수요일
외부 프로그램 실행하기
CreateProcess //CreateProcess PROCESS_INFORMATION ProcessInfo; STARTUPINFO StartupInfo; StartupInfo.cb = sizeof(...
현재 폴더 경로 가져오기
현재 폴더 경로 가져오기 static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData); //선언 int CALLBACK CCRC_ChangeDl...
도구상자
ComboBox _콤보박스 m_ComboBox.ResetContent(); //컨텐츠 리셋 m_ComboBox.AddString(L"1."); //콤보박스 값 추가 m_ComboBox.AddString(L"...
2014년 2월 15일 토요일
TOOL
[visual studio] Visual Assist //Visual Studio 친구 Source Insight //Socure 분석 WinMarge // 틀린 코드 수정 Productivity Power Tools //V...
2014년 2월 9일 일요일
BAT
배치파일(일괄처리용 파일) : 명령 인터프리터에 의해 실행되는 텍스트 파일로, com,cmd등 과 같이 실행 파일을 자동으로 연속 실행할때 유용하다. Point - 확장명은 bat이다. - 파일명은 도스 내부 명령어이름을 피해야 한다...
피드 구독하기:
글 (Atom)