Progress bar to display execution time in C#
I have a program that takes a long time to execute. i want to implement a progress bar to display that the program is being executed. the problem is i dont know how much time the pogram takes to complete. Please help.