How does one calculate the 0% to 100% for the ProgressBar ?
From what I have seen thus far, is hardcoding
the 0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100%
for each ProgressBar statement...( sigh )
An application can consist of 100 modules/subroutines.
Which means, the person coding the application has to know the
exact flow path from module/subroutine TO module/subroutine...( sigh )
Is there a better method in place to calculate the %(percentage), instead
of hardcoding the %(percentage) as the module/subroutine is being called.