comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name.

This commit is contained in:
Mikołaj Zalewski 2006-10-25 22:00:35 +02:00 committed by Alexandre Julliard
parent ca2160acba
commit 7f86e6b849

View file

@ -2021,6 +2021,7 @@ BOOL FILEDLG95_OnOpen(HWND hwnd)
IShellView_Refresh(fodInfos->Shell.FOIShellView);
}
COMDLG32_SHFree(pidlCurrent);
SendMessageW(fodInfos->DlgInfos.hwndFileName, EM_SETSEL, 0, -1);
}
}
ret = FALSE;