Creating the User Interface for the Windows Mobile Device Application

Import the SUP101 project in to Visual Studio 2008, configure the project, then download the tutorial code snippets from SyBooks Online Infocenter so you can create the application user interface.

Prerequisites
Task
In the prior task, you generated C# Object API code from the MBO project. That file is located in your Eclipse workspace under ..\SUP101\Generated Code\src.
  1. From <workspace_for_Unwired_WorkSpace>\SUP101\Generated Code\src, open SUP101.csproj in Visual Studio 2008.
  2. Edit the project properties.
    1. In Solution Explorer, under Solution 'SUP101' (1 project), right-click SUP101, then select Change Target Platform, then select Windows Mobile 6 Professional SDK, then OK.
    2. Right-click SUP101 again, then select Properties.
    3. In the Application tab, set Output type to Console Application.
    4. In the Devices tab, set Target device to Windows Mobile 6 Professional Emulator .
    5. Select File > Save All, then save the solution as SUP101.sln.