Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
1.00/5 (6 votes)
See more:
Please,

I need some examples about any form design in c#.
I have an exam.
Posted
Updated 25-Mar-11 3:51am
v2
Comments
Pavel Yermalovich 25-Mar-11 8:39am    
You should be ashamed to ask such simple things
fjdiewornncalwe 25-Mar-11 9:03am    
Pathetic. If you can't pass your own exam, I know I wouldn't want to hire you and we would be doing the entire profession a disservice if we help you.
Dalek Dave 25-Mar-11 9:51am    
Edited for Grammar and Syntax.

Get a copy of Visual C# Express and generate your own.
 
Share this answer
 
Comments
Dalek Dave 25-Mar-11 9:51am    
Sage advice.
You could
1. Start Visual Studio

2. Create a new Windows Forms project
It will have a form "Form1" in it.

3. In Project Explorer, click on the little "+" just left of Form1.cs
A branch will expand revealing "Form1.Designer.cs" and "Form1.resx"

4. Double-click on "Form1.Designer.cs"
A code definition window will open containing the automatically
created code for Form1.

Don't bother changing code in Form1.Designer.cs, since your changes will be gone next time you change something in the graphical editor (Your code goes in Form1.cs, which you should rename to something meaningful, btw). But it could be a good start to see what working code looks like.
 
Share this answer
 
Comments
Dalek Dave 25-Mar-11 9:52am    
Yep, that'll work.
You want us to give you examples you can use in an exam?
What would be the point of that? If it helped you pass the exam, then anyone who might employ you gets an idea of my abilities, not yours. Worse, he might employ you and I might have to work with you - and do your job as well as my own.
 
Share this answer
 
Comments
Dalek Dave 25-Mar-11 9:53am    
But Griff, he has an exam, it is important that we pass it for him.
how else will he get a job without knowing Jacksh*t?
OriginalGriff 25-Mar-11 9:56am    
This Jack Sh*t? http://www.bloodrunners.com/jack-sh*t/jack-in-bath-ministry-of-transport-visit.jpg
He's easy to find... :laugh:

Ah: Link is censored: replace the '*' with the obvious character...
Sergey Alexandrovich Kryukov 25-Mar-11 12:57pm    
Tell them, Griff! My 5.
--SA

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