|
Last Modified 5-1-2010 |
IUSB |
|||||||||||||||||||||||||||||||
|
Home C# Introduction to C# .NET FrameworkVS2008 IDE How C# is Compiled Start Visual Studio Windows Form App C# Code Example C# Coding Rules RecommendationsError Window C# Comments C# Help Window Language Essentials C# Data Types Declare Variables Declare Constants Arith. Expressions Assign Statements Operator Precedence Type CastingMath Class C# Strings String Esc Sequences Convert Data Types ToString Formatting Variable Scope UseC# Enumeration Use C# Nullable Types Program #2 C# Code Control Relational OperatorsLogical Operators If-Else Statement Switch Statement |
How to Design a Windows Forms ApplicationFrom the Microsoft Visual Studio Start Page, select File → New Project as indicated in the diagram below:
If C# is not your preferred language in Visual Studio, you must indicate that you wish to develop a project in C# rather than Visual Basic or Visual C++. C# is found under Other Languages in the Project Dialog Window as indicated in the diagram below:
Double-clicking on other Languages will bring up Microsoft Visual C#/C++ in Visual Studio. Select the Visual C# template menu by double-clicking on the Microsoft Visual C# option as indicated in the diagram below:
The Visual C# New Project Template Selector is indicated in the diagram below:
Perform the following steps to bring up a C# Windows Form Application Startup Template:
Make sure your Control Toolbox is enabled by selecting: View → Toolbox as indicated in the diagram below:
Some terms that we will be referencing at a later point in the guide are illustrated in Figure CS-11 are:
After performing the preceding steps - the C# Design View window will appear on your screen as indicated in the diagram below:
Select Toolbox → Common Controls as indicated in the diagram below:
Select the Next button below to continue this tutorial: |
|