Click here to Skip to main content
15,916,601 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Import New Forms In Visual Studio?How to Import New Forms In Visual Studio?
Posted

1 solution

Import? Not quite sure what you mean by that...

But there are two basic ways to add a form to your project:
1) Right click your project in the Solution Explorer, and select "Add"..."Windows Form". Give the new form an appropriate name in the dialog that appears, and press OK. This will add a new, blank form.
2) Right click your project in the Solution Explorer, and select "Add"..."Existing Item". This will bring up a dialog allowing you to browse to the location holding the form(s) you want to add. Select the YourFormName.cs file, and press "Add". VS will add a copy of the file for the form (including the designer files) to your project folder and add it to your project.
 
Share this answer
 
Comments
Mohamed Najim 21-Jan-14 11:07am    
thanks a lot........
OriginalGriff 21-Jan-14 11:09am    
You're welcome!
Mohamed Najim 21-Jan-14 11:22am    
thanks for your responze and i asked about manual form(I created by Photoshop)???
OriginalGriff 21-Jan-14 11:44am    
You created a form with Photoshop?
Um. Isn't that a graphics editing program? What does that have to do with Forms in visual studio?

I suspect you are using "Form" in the wrong sense for the context: can you explain in more detail what exactly you are trying to do?
Mohamed Najim 21-Jan-14 11:53am    
i want more attractive form

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900