commdlg: IShellBrowser sets IShellView window's control id to 5002.

oldstable
Andrey Turkin 2006-02-11 18:41:23 +01:00 committed by Alexandre Julliard
parent 721621b34e
commit 6a80a492fb
1 changed files with 3 additions and 0 deletions

View File

@ -472,6 +472,9 @@ static HRESULT WINAPI IShellBrowserImpl_BrowseObject(IShellBrowser *iface,
fodInfos->ShellInfos.hwndView = hwndView;
/* Set view window control id to 5002 */
SetWindowLongPtrW(hwndView, GWLP_ID, lst2);
/* Select the new folder in the Look In combo box of the Open file dialog */
FILEDLG95_LOOKIN_SelectItem(fodInfos->DlgInfos.hwndLookInCB,fodInfos->ShellInfos.pidlAbsCurrent);