hi, i want to make a simple file copying program that shows a dialog box with a progress bar.
I have tried CopyFile command, this doesn't work with progress bars though (i need the progress bar as the files are very large,and the copying takes a little while, so i need to indicate that the copying process is still working). CopyFileEx can be linked to the progress bar, but apparently only works with Windows NT. So not much good to me.i really need something that will work with win95,98,2000,nt,me.
What is the best way i can acheive this (& still copy files quickly)? might it involve fread, fwrite and buffering the info? or maybe a call to a windows shell command?
I am very new to vc++, so any help on writing this is great appreciated
I have tried CopyFile command, this doesn't work with progress bars though (i need the progress bar as the files are very large,and the copying takes a little while, so i need to indicate that the copying process is still working). CopyFileEx can be linked to the progress bar, but apparently only works with Windows NT. So not much good to me.i really need something that will work with win95,98,2000,nt,me.
What is the best way i can acheive this (& still copy files quickly)? might it involve fread, fwrite and buffering the info? or maybe a call to a windows shell command?
I am very new to vc++, so any help on writing this is great appreciated