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.
-
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.
-
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.
-
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.
-
Run the application in the device or on a simulator.