I have a small winform application and i put a progress bar on first running form. This progress bar completes in 10 seconds and after progress bar completes the next activity starts like database call.
I want when this progress bar runs for 10 seconds, during this time database call should do its work instead of calling after the progress bar completes.
Can anyone explain or have sample code to explain this technique ??? Thanks in advance.