Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to design windows form? Any way to design windows form?
Posted
Comments
Richard C Bishop 29-Nov-12 11:19am    
Use programming.
Shambhoo kumar 29-Nov-12 11:24am    
u can design ur page into two way. 1) with n help of Available controls. 2) with in help of codeing..
it's fully depend on u ,which way want to.....
ridoy 29-Nov-12 11:28am    
what type of design you need?totally incomplete question..
Arsalaan Ahmed 29-Nov-12 11:31am    
UI design,,,,
Arsalaan Ahmed 29-Nov-12 11:31am    
Any tools And Any software to design windows from,,,,

1 solution

The easiest way is to create a new form in the Designer:

1) Open the Solution Explorer Pane
2) Right click your project and select "Add" then "Windows Form..."
3) In the resulting dialog, give it a sensible name and press the "Add" button
4) You will be returned to the designer in a new, blank form.
5) Make sure the ToolBox is open, and you can drag any controls you want to the form and drop them on. (It is a very good idea not to rely on the VS default names, but to change them immediately to reflect their purpose instead: "button3" is not as easy to remember as "butCancel")

Then all you need to do is add code behind it!
 
Share this answer
 
Comments
fjdiewornncalwe 29-Nov-12 12:48pm    
+5. You appear to have a high-rep stalker now.
OriginalGriff 29-Nov-12 14:05pm    
Again? :laugh:

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