I am currently developing a C # application using WPF. It will be difficult to explain, but I will give it back.
What I want to do is create a progress bar. The progress bar will not show the percentage of progress achieved, but simply must continue to move the panel from left to right in a loop, like what windows do when it calculates how long it takes to transfer a large file before it actually makes a copy.
How can I do this and not show a normal progress bar.
Thanks for your help in this.
source
share