CHAR Buffer[MAX_PATH];
GetWindowsDirectory(Buffer,MAX_PATH);
GetDlgItem(IDC_EDIT1)->SetWindowText(Buffer);
CString str;
str.Format("%d",MAX_PATH);
GetDlgItem(IDC_EDIT2)->SetWindowText(str);
GetWindowsDirectory(Buffer,MAX_PATH);
GetDlgItem(IDC_EDIT1)->SetWindowText(Buffer);
CString str;
str.Format("%d",MAX_PATH);
GetDlgItem(IDC_EDIT2)->SetWindowText(str);