Greetings,
I just need to know if there is a way to call the Copy Form of the Windows (i.e. the form appears when a file is being coping from one place to another in the hard drive using Copy/Paste of windows) from Vb.Net code.
I wonder if there is an interface or class just like OpenFileDialog, SaveFileDialog, etc.. that can be used in the visual basic code and I imagine that you could assign the source file and the destination directory and it will automatically show the copying form with the copy details as same as windows.
any idea or comment is highly appreciated...
Thanks in advance..
I just need to know if there is a way to call the Copy Form of the Windows (i.e. the form appears when a file is being coping from one place to another in the hard drive using Copy/Paste of windows) from Vb.Net code.
I wonder if there is an interface or class just like OpenFileDialog, SaveFileDialog, etc.. that can be used in the visual basic code and I imagine that you could assign the source file and the destination directory and it will automatically show the copying form with the copy details as same as windows.
any idea or comment is highly appreciated...
Thanks in advance..
Comment