reactos/base/applications/mscutils/servman
Kyle Katarn b3947d5283
[SERVMAN] UI update and Error Management (#2653)
Purpose
=======
- Current design does not warn user nor logs DEBUG traces when Service Start/Stop command fails or reach timeout.
- Current Service Start/Stop progress window are WS_EX_TOOLWINDOW which reduce lisibility, is a ReactOS specificity without good reason.

Proposed changes
================
- DPRINT1 traces added on failure cases.
- Error Message box presented to user upon failure with explicit root cause identification.
- Change Dialog definition to standard window.
2020-05-01 19:01:59 +02:00
..
lang [SERVMAN] UI update and Error Management (#2653) 2020-05-01 19:01:59 +02:00
res
about.c
CMakeLists.txt
control.c [SERVMAN] UI update and Error Management (#2653) 2020-05-01 19:01:59 +02:00
create.c
delete.c
dependencies_tv1.c [SERVMAN] 2017-12-05 22:13:02 +00:00
dependencies_tv2.c [SERVMAN] 2017-12-05 22:13:02 +00:00
export.c
listview.c
mainwnd.c [SERVMAN] fix status-bar text truncation, update german localization CORE-14092 2017-12-10 14:08:29 +01:00
misc.c
precomp.h [SERVMAN] UI update and Error Management (#2653) 2020-05-01 19:01:59 +02:00
progress.c [SERVMAN] UI update and Error Management (#2653) 2020-05-01 19:01:59 +02:00
propsheet.c [SERVMAN] Fix return check on PropSheet_IsDialogMessage. 2017-12-06 22:08:46 +00:00
propsheet_depends.c [SERVMAN] 2017-12-05 22:13:02 +00:00
propsheet_general.c
propsheet_logon.c [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +01:00
propsheet_recovery.c [SERVMAN] 2017-12-05 22:13:02 +00:00
query.c
resource.h [SERVMAN] Add an accelerator for the F5 (refresh) key 2018-02-24 18:38:08 +01:00
servman.c [SERVMAN] Add an accelerator for the F5 (refresh) key 2018-02-24 18:38:08 +01:00
servman.rc
start.c [SERVMAN] UI update and Error Management (#2653) 2020-05-01 19:01:59 +02:00
stop.c [SERVMAN] UI update and Error Management (#2653) 2020-05-01 19:01:59 +02:00
stop_dependencies.c