Is there any way that i can call windows' copy event from a button. like, i add files to a list box and select a destination drive, and when i press the button, it should copy the files. same as it would do if i dragged it(the files) onto the removable disk in windows explorer.
thanx
Loading
Yadlapalli SrikanthPosted Nov 16, 2011, 12:07 AM
namespace ang create for loops to get the foldername,filename and try to create folders if subfolder create subfolder at the destination and copy the file
write this code at textbox events
i already implemented the code like this