Long Process - Do you show the status of progress bar on winform's title?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

The importance of having the status of progress bar on winform's title:

  • Users can clearly see the progress status
  • If the winform is minimized to taskbar, users still can see the progress status The form title should take the form of "[XX]% Completed - [Task Description] - [Product Name]".

There is another relevant rule about the winform title.

Image

❌ Figure: Bad Example - The winform's title does not contain the progress status

Image

✅ Figure: Good Example - The winform's title contains the status of progress bar

Image

✅ Figure: Good Example - You can clearly see the progress status from taskbar when you have the windows minimized

Image

✅ Figure: Good Example - Windows 7 shows the progress in the taskbar (which is visible even when the application is minimized)

acknowledgements
related rules