CString 이용 문자열 복사 Cstring m_StrCmp1.Format(L"%s",pChar); 문자열 교체 AfxExtractSubString(strTok, str, 0, '?'); //st...

The journey is the reward.
CString 이용 문자열 복사 Cstring m_StrCmp1.Format(L"%s",pChar); 문자열 교체 AfxExtractSubString(strTok, str, 0, '?'); //st...
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"...
[visual studio] Visual Assist //Visual Studio 친구 Source Insight //Socure 분석 WinMarge // 틀린 코드 수정 Productivity Power Tools //V...
배치파일(일괄처리용 파일) : 명령 인터프리터에 의해 실행되는 텍스트 파일로, com,cmd등 과 같이 실행 파일을 자동으로 연속 실행할때 유용하다. Point - 확장명은 bat이다. - 파일명은 도스 내부 명령어이름을 피해야 한다...