Web Control / Mobile interop?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Either I need a CF web browser control, or a non .net such but which can be
used from my .net app. With desktop development every solution I see uses the
activex ms web browser control, directly or not. It's easy to just use it
directly from the net app in the desktop environment, but for mobile devices?
What such controls are available and what versions of winCE and cpus do they
run on?
 
The 2.0 CF is still beta, and it was very annoying working with VS 2005 /
Desktop CF 2.0 beta, so I'm sceptic about that. The other option, to use that
of SDF means i'll have to copy the SDF to my device which has quite limited
(64MB) ram and I really just need to work with htmlview.dll. I saw an example
of that using just the regular CF and interop but it doesn't demonstrate
Navigate/Navigate2, it created the HTML source from inside the app. Maybe for
someone more familiar with htmlview.dll that's quite easy to add?

This is the example:
http://www.gotdotnet.com/Community/...mpleGuid=3C1A8B60-5E76-477A-A79F-D248DB9600E8
 
Since the SDF source is available why not just pull the stuff you need?
Also, CF 2.0 is probably as close to done as you're going to see, and I've
been using the Studio 05 Beta for some time without incident - not sure what
proplems you're frustrated by.

-Chris
 
Back
Top