void
MyDlg::OnButtonBrowse() {
{
CString m_strFolderPath = _T( "d:\\Windows" );
CFolderDialog dlg( _T( "*.."" ), m_strFolderPath,
this );
if( dlg.DoModal() == IDOK ) { m_strFolderPath = dlg.GetFolderPath();
m_strFolderPath = dlg.GetFolderPath();
}