Long Process - Do you show the status of progress bar on winform's title?
Rules to Better Interfaces (Windows Applications)|18cfdc56-c52b-43db-8fcc-b677e5ce4aee
v2.0
Posted at
19/11/2014 6:13 PM by
Rebecca Liu
Rule Intro
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.
Page Content
The form title should take the form of "[XX]% Completed - [Task Description] - [Product Name]".
There is another relevant rule about the
winform title.

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

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

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

- Figure: Good Example - Windows 7 shows the progress in the taskbar (which is visible even when the application is minimized)
{C2741651-FCB9-402E-81AE-F38991C48037}
Do you feel this rule needs an update?