Guys I have a program that copies files from folder to folder using IO namespace. The problem is, when I am copying a large file, the program stops responding until the file gets completely copied. I have heard about multithreading and have been reading about it recently and I wonder if it could do help me here. I also have read little about Background worker but I don't know how exactly to use it.
Can anyone give me a download link for a sample program that uses Background worker because I learn better when I see samples. If not, you can just make a post here on how to use it.
Thanks...