When you generate MBOs or client applications for Windows Mobile from Unwired WorkSpace, an XML file is generated for the MBOs. The generated Visual Studio project for the forms can also generate a XML file. When you compile a project, an XML file is generated. You can use these XML files to generate online help.
To generate online help for Visual Studio 2008, you can use Sandcastle and Sandcastle Help File Builder. You can download and install Sandcastle and Sandcastle Help File Builder from these locations:
To integrate help into your project build:
<Target Name="Documentation"> <Exec Command="$(SandCastleHelpBuilderPath) <shfb project file>.shfb" /> </Target>