Hi,
In WPF application, a progress bar is shown at the corner of the window. I want this to always run. So i have made IsIndeterminate property to true. Some prompts will come while running the application, there progress bar also hangs as UI thread hangs. But i want this progress bar to run.I have already tried with background thread also. but still i didn't work.So what to be done? Thanks in advance.