My application copies large files across a network. Is there a way to minimize it during operation and come back when it is done.
Also my program calls SHFileOperation and the dialog is always in the top left corner, is there a way to move it.
Printable View
My application copies large files across a network. Is there a way to minimize it during operation and come back when it is done.
Also my program calls SHFileOperation and the dialog is always in the top left corner, is there a way to move it.
I'm not sure, but I think that if you set the windowstate (Form1.WindowState=1) to minimized, then copy the files, then after that change the windowstate back to normal, I think that should work. It works on my computer, but I'm copying small files.
As for the second thing, I'm not sure.