Test Your Knowledge: First Windows Forms Program in C# Explained
Summary
Windows Forms programs use the functionality provided with the Windows operating system. This test has questions on the basics of developing a Windows Forms program in C#.
|
|
Table of Contents
A New Windows Forms Application Figure 1. New Project Window for creating Windows Forms Application Generated Files Figure 2. The Solution Window of the FirstWindows application FirstWindows.sln and FirstWindows.suo FirstWindows.csproj Code Listing 1. The C# Project File Form1.cs, Form1.Designer.cs, Program.cs Miscellaneous Files Code Analysis Program.cs Code Listing 2. Program.cs Form1.cs and Form1.Designer.cs Code Listing 3. Form1.cs Code Listing 4. Form1.Designer.cs Run the program Figure 3. Label to display on Form1. Figure 4. Form with a label
|
|
Review Answers for Questions in this Test
|
|
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
|
This article explains and dissects the pieces involved in creating the first web program in C# using the Web Project method (as opposed to the Web Site method).
|
How do you develop an ASP.NET program using the Web Project model?
|
This article explains and dissects the pieces involved in creating the first web program in C# using the Web Site method (as opposed to the Web Program method).
|
What is involved in developing a web-based program using the C# programming language with Web Site - Solution as the model.
|
This test has questions on developing first console (shell) based programs using the C# programming language.
|
|
|
|