Does anyone know how to display the progress of a file copy in a progress bar. I am copying a file to the floppy drive and was wanting to display a progress bar to indicate the progress of the copy. I was trying to work something out by finding the file size and working from 0 to the total file size, but kind of got stuck. I am using a file system object to copy the file, but if I could use another method that would give me the progress of the copy, I would like to know how to use it. Just wanting to see if anyone had any ideas to make it simple. Thanks in advance for any tips or tricks.