I'm making a small app to backup some software I use called MediaPortal. I want to backup any setting selected by the user, folder locations, skin files etc etc.
Now I can get the app to copy files/folders with
My.Computer.FileSystem.CopyDirectory(skinFolder, desktopfolder, True)but I want it to display some sort of list, like when you install something
C:\Program Files\etc\etc\etc\file.exe...copied.
At the moment my form just freezes and says "Not Responding" until the folders are copied!
Any help would be much appreciated.


Sign In
Create Account


Back to top









