Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to design a form in runtime using c#
Posted
Comments
OriginalGriff 18-Dec-12 6:06am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.

1 solution

Actually, a form is designed at runtime. If you use Visual Studio, and if you add controls, VS will parse code to add the controls at runtime. Controls are added at runtime. If you use VS, and if you want to know how controls are added at runtime, go to the file Form1.Designer.cs.
 
Share this answer
 
Comments
rajagulab 18-Dec-12 6:55am    
i just want to design a form like a end user report design using devexpress controls....

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