hi all. this is my 1st post, but I've been a long time lurker. anyway I'm trying to copy files from 1 directory to another.
I'm using vb 2005 .All of the files copy fine, but I'm trying to get the copy progress dialog to show without much success. my code runs like this:
CODE
My.Computer.FileSystem.CopyFile(Frompathdir() + FileNameString(), Topathdir() + FileNameString(), True,true)
from what I read the last true should make the dialog box appear mid copy but, that hasn't worked for me. i keep getting an error stating showui -1 is invalid. I'm sure that I've over looked the obvious but for the life of me can't figure it out
Any help is much appreciated
rob311