comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name.
This commit is contained in:
parent
ca2160acba
commit
7f86e6b849
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue