Not sure if this is the right place to ask this or not, but...

In VisualStudio.NET, I want to take a form I've already made, copy it as a different filename, and then use it but modify it, saving it as a different filename the entire time, while keepign the original form untouched. When I do a SAVE AS on the original, it just saves the form under a new name, and doesn't keep the old form in my project.

Is there an effective to way make this 'template' if you will? I just need one more copy of the form with a different name to work with.

Thanks!!