Hi, i have a program which contains two forms. The main form have a worker thread to run all the processes and in one of the process, it needs to perform some extensive IO operation. During this IO operation, i load the 2nd form where it just shows a progress and 'please wait' message to inform the users wait till the operation has completed. However, the message form will freeze and the progress bar will not run at all during the IO operation running. So i'm think is it possible to use BackGroundWorker to update the progress bar so that at least the message form will not freeze but i'm not really sure how to implement it. I set my progress to Marquee type.
Please advise and thanks in advance.
Please advise and thanks in advance.