|
-
Jul 1st, 2015, 06:08 PM
#1
Thread Starter
New Member
hiding progress window during file transfer
I have some older visual basic programs I wrote that run every hour to transfer files between folders.
I just bought a new laptop with Windows 8. The VB programs work fine (compiled into EXE)
But occasionally when the copy operation of a file is delayed or lags in Windows, the mini progress window appears in the foreground (preparing to copy, x% complete).
This is annoying while I'm trying to work on my laptop.
On this thread, you can see a screenshot of what this progress windows looks like (similar not exact)
http://stackoverflow.com/questions/1...ess-dialog-api
To copy files, I'm using
FileCopy oldfile, newfile
I also can use
bSuccess = ShellFileCopy(oldfile, newfile)
Is there any attribute I can set with either of these commands, to disable or minimize the progresss mini window during file transfers?
Alternately, is there another command or shell extention I can try, that does allow me to disable or minimize the progresss mini window during file transfers?
Thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|