reactos/dll/win32/shell32/dialogs
Katayama Hirofumi MZ bfcbda227f [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.

- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.

CORE-14790
2018-08-05 13:39:17 +02:00
..
dialogs.cpp [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665) 2018-08-05 13:39:17 +02:00
drive.cpp [SHELL32] Deduplicate MAX_PROPERTY_SHEET_PAGE and AddPropSheetPageCallback(). #179 2017-12-25 13:22:23 +01:00
drvdefext.cpp [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +01:00
drvdefext.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
filedefext.cpp [SHELL32] Refresh 'General' tab if the folder icon is updated (#646) 2018-06-29 14:13:37 +02:00
filedefext.h [SHELL32] Initial implementation of Folder Customization (#642) 2018-06-28 21:51:37 +02:00
filetypes.cpp [SHELL32] Implement Folder Options File Types 'Change' button (#629) 2018-06-24 20:04:25 +02:00
folder_options.cpp [SHELL32] Split dialogs/folder_options.cpp (#582) 2018-06-06 14:04:50 +02:00
folder_options.h [SHELL32] Split dialogs/folder_options.cpp (#582) 2018-06-06 14:04:50 +02:00
fprop.cpp [SHELL32] Deduplicate MAX_PROPERTY_SHEET_PAGE and AddPropSheetPageCallback(). #179 2017-12-25 13:22:23 +01:00
general.cpp [SHELL32] Implement the 'General' tab of the "Folder Options" dialog (#604) 2018-06-22 16:40:06 +02:00
recycler_prop.cpp [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +01:00
view.cpp [SHELL32] Split dialogs/folder_options.cpp (#582) 2018-06-06 14:04:50 +02:00