Windows Mobile Development

Develop a Windows Mobile application by generating the Visual Studio 2008 projects in C#, and running the application in the device or on a simulator to test.

  1. Either generate an application using the Device Application Designer, or generate Mobile Business Objects (MBOs), then create a new Visual Studio project, the import generated MBOs, and create the user interface.
  2. Add business logic to the generated code through the Windows Mobile Client Object API. See Developer Reference for Windows and Windows Mobile > Reference > Client Object API.
  3. Change the default user interface through the Windows Mobile Device Framework. See Developer Reference for Windows and Windows Mobile > Reference > Windows Mobile Device Framework API.
  4. Run the application in the device or on a simulator.