Take a look at this link
http://opennetcf.org/forums/topic.as...=CreateProcess
You can run your Pocket Internet Explorer by passing in as the program to be
executed in the CreateProcess, along with the path of your HTML file that
you want to display.
Another way is to use the HTMLViewer control provided by OpenNetCf.org.
http://opennetcf.org/forms.asp
Excellent resource for anyone using .NET CF.
HTH,
Regards,
Asheesh
"Lloyd Dupont" <net.galador@ld> wrote in message
news:(E-Mail Removed)...
> I would like to ship my application's help as HTML files.
> I wonder how to launch IE for that.
>
> I briefly look at the HTML control on OpenNetCF.org, but it just take HTM
> string, I found no way to set him its working directory, therefore I'm
> afraid my pictures and links would be broken.
>
> Any tip ?
>
>