T
tedqn
I have simple vb application that loops through a list of filename and
perform a System.IO.File.Copy from one server to another. I have a
readonly textbox where I append messages showing what's going on. ie.
Processing ..
Copy \\Server1\file1 to \\Server2\file1 ... Done
Copy \\Server1\file2 to \\Server2\file2 ...
The copy process is slow for each file copy and the TextBox doesn't
show the messages until the whole program finished running. Is there a
way to make the TextBox render the partial result for each copying?
perform a System.IO.File.Copy from one server to another. I have a
readonly textbox where I append messages showing what's going on. ie.
Processing ..
Copy \\Server1\file1 to \\Server2\file1 ... Done
Copy \\Server1\file2 to \\Server2\file2 ...
The copy process is slow for each file copy and the TextBox doesn't
show the messages until the whole program finished running. Is there a
way to make the TextBox render the partial result for each copying?