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 SAP Community Network (SCN) so you can create the application user interface.

Prerequisites
Task
The C# Object API code you generated from the MBO project is located in your Eclipse workspace under ..\SUP101\Generated Code\WindowsMobile.
  1. From WorkSpace Navigator, double-click \SUP101\Generated Code\WindowsMobile\src\SUP101.csproj to open the project 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.
    2. Select Windows Mobile 6.5.3 Professional DTK and click OK.
    3. Click Yes to reopen the project after changing the platform.
    4. Right-click SUP101 again, then select Properties.
    5. In the Application tab, set "Output type" to Console Application.
    6. Select File > Save All, then save the solution as SUP101.sln.