The same rules apply as for native development:- http://www.peterfoot.net/HelpInNETCFApplications.aspx
See the link in this article for a detailed look at the format used by
peghelp, it's HTML with a few extras (and a few quirks).
In .NETCF 2.0 you can use the HelpRequested event on your form and use the
Help.ShowHelp (System.Windows.Forms) method to launch the peghelp viewer.
On Smartphone there is no peghelp engine. However you can write help content
as regular html and display it using Internet Explorer Mobile instead - use
Process.Start to launch.