Hi,
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
"PN" <(E-Mail Removed)> wrote in message
news:127801c37814$c6f77110$(E-Mail Removed)...
> My program (smart device app) has one form with one button
> only. When user clicks on that button, I want to display a
> HTML file. Smart device app does not have Internet control
> like VB 6.0. How can I do this? Pleas help