Test Your Knowledge: First Smart Device Program in C# Explained
Summary
How would you start with developing a Windows Mobile program using C# programming language?
|
Table of Contents
Creating a Smart Device Solution / Project Figure 1. Smart Device Project Template Figure 2. Various options for the creation of a smart device project Generated Files Figure 3. Solution Explorer for the FirstSmartDevice application FirstSmartDevice.sln and FirstSmartDevice.suo FirstSmartDevice.csproj and FirstSmartDevice.csproj.user Code Listing 1. The FirstSmartDevice.csproj.user file Form1.cs, Form1.Designer.cs, and Program.cs Miscellaneous Files Code Analysis Program.cs Code Listing 2. Program.cs Figure 4. The methods available in the .NET Compact Framework. Form1.cs and Form1.Designer.cs Code Listing 3. Form1.cs Code Listing 4. Form1.Designer.cs Running the Smart Device Program Adding a Label Figure 5. Adding a label to a Smart Device form. Code Listing 5. The InitializeComponent() method after adding the label Running the Smart Device Program Figure 6. Running the Windows Mobile program in an emulator
|
Review Answers for Questions in this Test
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
This test has questions on developing basic web services with C# programming language.
|
This test has questions on the basics of developing an ASP.NET server control program with C# programming language.
|
Test your knowledge on the basics involved in creating the first ASP.NET Server Control program using C#.
|
This article analyzes and explains the first ASP.NET Server Control. Server Controls have functionality and user interface that can be plugged into web application projects easily.
|
This article explains and discusses the creation of the first web service program using .NET Framework and C#.
|
|
|