Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 61 of 144
Part 10 – Develop Managed Code App with VS2005
In this section, we will work through the steps to develop managed code application for CE 6.0 using
Visual C# 2005.
Create a New Managed Code Application Project
From the VS2005 IDE, select
File | New | Project
to bring up the new project wizard, as shown in
Figure 53.
Fig. 53 -
New project wizard
•
On the left pane, expand the
Other Languages\Visual C#\SmartDevice
node and select
WindowsCE
as the project type.
•
On the right pane, select
Device Application
.
•
Enter
VS2005_CSharp_HelloWorld
as the name of the project.
•
Enter
C:\Lab
as the location for the project.
Note:
You can choose a different folder for the project other than C:\Lab.
•
Click on the
OK
button to create the new application project.
After the project wizard step is completed, the initial VS2005_CSharp_HelloWorld project files are
created in the following folder:
C:\Lab\VS2005_CSharp_HelloWorld
The initial application project is created with a blank form, Form1.cs and blank module, Program.cs,
as shown in Figure 54.