mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHELL32] Handle the Progman Folder options message and tab switching support (#5574)
* Handle the "OnShowOptionsDlg" message * Support switching tabs * Update dll/win32/shell32/dialogs/folder_options.cpp * Update dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp * ShowFolderOptionsDialog workaround * Added Vista pages, define for magic message --------- Co-authored-by: Stanislav Motylkov <[email protected]> Co-authored-by: Thamatip Chitpong <[email protected]>
This commit is contained in:
co-authored by
Stanislav Motylkov
Thamatip Chitpong
parent
5b82ada2ed
commit
8841e3d7ba
@@ -274,3 +274,11 @@ LPVOID *ppv)
|
||||
|
||||
return ShellObjectCreatorInit<CRShellClassFactory>(rclsid, riid, ppv);
|
||||
}
|
||||
|
||||
VOID WINAPI ShowFolderOptionsDialog(UINT Page, BOOL Async)
|
||||
{
|
||||
char buf[MAX_PATH];
|
||||
wsprintfA(buf, "rundll32.exe shell32.dll,Options_RunDLL %u", Page);
|
||||
WinExec(buf, SW_SHOW);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user