diff --git a/reactos/subsys/system/explorer/desktop/desktop.cpp b/reactos/subsys/system/explorer/desktop/desktop.cpp index 423895179f2..d43a78ff90f 100644 --- a/reactos/subsys/system/explorer/desktop/desktop.cpp +++ b/reactos/subsys/system/explorer/desktop/desktop.cpp @@ -119,6 +119,34 @@ LRESULT DesktopWindow::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) if (SUCCEEDED(hr)) { _pShellView->UIActivate(SVUIA_ACTIVATE_FOCUS); + /* + IShellView2* pShellView2; + + hr = _pShellView->QueryInterface(IID_IShellView2, (void**)&pShellView2); + + SV2CVW2_PARAMS params; + params.cbSize = sizeof(SV2CVW2_PARAMS); + params.psvPrev = _pShellView; + params.pfs = &fs; + params.psbOwner = this; + params.prcView = ▭ + params.pvid = params.pvid;//@@ + + hr = pShellView2->CreateViewWindow2(¶ms); + params.pvid; + */ + + /* + IFolderView* pFolderView; + + hr = _pShellView->QueryInterface(IID_IFolderView, (void**)&pFolderView); + + if (SUCCEEDED(hr)) { + hr = pFolderView->GetAutoArrange(); + hr = pFolderView->SetCurrentViewMode(FVM_DETAILS); + } + */ + HWND hwndFolderView = ::GetNextWindow(hWndView, GW_CHILD); ShowWindow(hwndFolderView, SW_SHOW); diff --git a/reactos/subsys/system/explorer/explorer_intres.rc b/reactos/subsys/system/explorer/explorer_intres.rc index ff23b29f9c2..285291f3ef3 100644 --- a/reactos/subsys/system/explorer/explorer_intres.rc +++ b/reactos/subsys/system/explorer/explorer_intres.rc @@ -90,7 +90,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_EXPLORER ICON DISCARDABLE "res\\explorer.ico" +IDI_EXPLORER ICON DISCARDABLE "res/explorer.ico" ///////////////////////////////////////////////////////////////////////////// //