Skip to content
Snippets Groups Projects
Commit 7f86e6b8 authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard
Browse files

comdlg32: Select the Filename edit box content after the user navigated to a...

comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name.
parent ca2160ac
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment