I am a newby to this environment. I have spent considerable time creating a Windows Form with a C# program. I want to create a new application using this Form with some alteration and much of the current program code. By the way, I do NOT want to destory my current application or solution. I would prefer to have a new Solution/Project in a new directory. How do I go about it
Thanks in advance for your help.
Perry G.

Creating a new solution/project by copying an existing one.
ntman
jsvonline.com
Unfortunately creating a new project type requires a little work so you should refer to the documentation for the details. However once you have the base project (from your existing project) it simply becomes a matter of replacing your project-specific names and types with generic templates that can be populated by the wizard. If you need to prompt the user for information then you'll need to create a full-up wizard. This is also contained in the documentation.
Here is the link: http://msdn2.microsoft.com/s365byhx.aspx
Michael Taylor - 11/23/05
foxteeth
milocr
Perry G.