-
I want to use the file copy dialog box of Windows 98 to copy files using a VB6 program.
How can I do that?
My best regards
José Nogueira
-
Look at this links (and the site in general - it's superb...)
http://www.vbapi.com/ref/c/copyfile.html
Hope this help,
Gaffer
-
Sorry, should have added that the Copy file dialog box only returns a string of the path of the folder you have selected in the Copy File dialog box. Use that string in the API call I described above to physically copy the file...
Gaffer