Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 79 of 144
Part 12 – Develop Managed Code App with VS2008
In this section, we will work through the steps to develop managed code application for CE 6.0 using
Visual C# 2008.
Create a New Managed Code Application Project
From the VS2008 IDE, select
File | New | Project
to bring up the new project wizard, as shown in
Figure 80.
Fig. 80
-
New project wizard
•
On the left pane, expand the
Visual C#
node and select
Smart Device
as the project type.
•
On the right pane, select
Smart Device Application
.
•
Enter
VS2008_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 bring up the
Add New Smart Device Project
screen.
•
From the
Add New Smart Device Project
screen, select
Windows CE
from the
Target
platform
selection. Select the intended .NET Compact Framework version. For this
exercise, version 3.5 is selected. Select
Device Application
from the templates selection, as
shown in Figure 81.