직장인 조모씨 2021. 4. 16. 01:04
728x90
반응형

 

void CfileopentestDlg::OnBnClickedButton1()			//선택된 파일
{
	CFolderPickerDialog dlg(NULL, 0, NULL, 0);

	if (IDOK == dlg.DoModal()) {

		strFilePath_A = dlg.GetPathName();
		m_ctrl_Edit1.SetWindowTextW(strFilePath_A);	
	}

}
728x90
반응형