I am creating a program that will create a folder on the click of a button, but I also want the form to be inserted into the folder that is created. Any help will be greatly appreciated.
If you already have a form designed, simply use the File.Copy method supplying it the path to the original file and the path to the new location. Read the following MSDN page describing this method.