creating a new form
I have a form that I want to take out of a project and make it a completely separtate project however I can not figure out how to do so...Or am i just stuck redesigning and coding the entire thing again??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mike GoldPosted Aug 10, 2007, 12:59 AM
I think you just need to copy the form cs files (both designer and partial form), the form resx file and that's it. Just add it to your windows form project. If it's your main form in the new project, you'll need to change the Program.cs file as well to reflect the change.