* Sync with trunk r64401.
[reactos.git] / base / applications / mscutils / servman / progress.c
index 06f4fed..e3c2d6b 100644 (file)
@@ -171,6 +171,12 @@ CreateProgressDialog(HWND hParent,
                      0,
                      lpProgStr);
         }
+
+        /* Finally, show and update the progress dialog */
+        ShowWindow(hProgDlg, SW_SHOWNORMAL);
+        UpdateWindow(hProgDlg);
+
+        // TODO: Add a message loop for it ?
     }
 
     return hProgDlg;