I my project I have a little backup thing where the user selects a folder to backup and a location to back it up to. I have two textbox's, 3 buttons and a progress bar. The first button (button1) is to select a folder which will then be shown in the first textbox (textbox1). The second button (button2) is to select a save location and it will be shown in the second text box (textbox2). The third button is the backup button which will copy and compress the folder from textbox1 to the location in textbox2 but this will be inside another folder which name is the date and time of the backup. The progress bar will show the progress of the copying and compressing.

If possible I would also like to add a status thing that shows how many folders and files there are and how many have been copied and compressed.

I have no idea how to do this so any help would be greatly appreciated.