Click to See Complete Forum and Search --> : Adding existing forms to different project


marcvcruz
April 14th, 2005, 08:21 PM
Hello. I have a question...

Suppose I created a form (Form1) that I use in one of my projects (Proj1). Suppose I create a new project (Proj2) and want to use Form1 in the new project as well. I could transfer Form1.h in the Proj2 folder then click File>Add existing item and chose Form1. However, when it does actually add Form1 to my project, it only adds Form1.h and doesn't come with the designer view. I'm assuming this is because the resx file associated with it didn't get copied over. Am I missing a step? Is there a way to add both the header file and the resx file for Form1 that way I can also view the form in designer?

Thanks.