Webbrowser documenttext in Windows CE 5

  • Thread starter Thread starter nickmachielse
  • Start date Start date
N

nickmachielse

Hi,

We are trying to generate a very simple webpage in our application
using the documenttext property from the webbrowser component. Somehow
we are only able to display this page in Windows Mobile emulator and
not in Windows CE 5.

Are there some limitations to Windows CE browser?

Nick
 
Generally, the Windows CE browser is a lot more-capable than the Windows
Mobile browser, Pocket Internet Explorer. However, the WebBrowser control
is Windows Mobile-only; it can't be built into a generic Windows CE device,
so if you've tied your code to the existence of that control, that's the
problem. You can use the Internet Explorer ActiveX control on non-Windows
Mobile devices.

Paul T.
 
Back
Top