Quote Originally Posted by mjwest10 View Post
Could it be that the files you are copying on the other computer are open and locked by another process? That could cause an exception in your code which if you aren't handling gracefully could cause the thread to lock up.

VB.NET Help
Well, I do have a Try and Catch statement in there for when the program copies the file over. If there's an error, it'll just display "Error copying [filepath]" and won't copy the file over. Also, I'm copying the files over to Windows 7 after reformatting the hard drive, so I don't think that there would be any processes using the files that my program is trying to copy over.