Paul
Mon Jun 23 10:47:01 CDT 2008
Well, you can use the same control that the Internet Explorer application
IESample uses, but it's not a simple API; it's an ActiveX control. ActiveX
from .NET CF 1.0 is not a simple matter and I've never done it that I can
remember. You might be better off either writing your program in C/C++, if
this display-some-HTML operation is a big part of what you do, or figure out
another way to display the data, if it's a minor feature. If you're
determined that HTML is the only way to go, don't want to find/buy a
third-party rendering engine to draw it for you, and can't change to C/C++,
there have been a number of articles over the years, all referenced in the
archives of this group, no doubt, that talk about doing this. Search and
read...
http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/topics
Paul T.
"Wolfgang Maier" <mw@softconsult.at> wrote in message
news:%23wkCzXU1IHA.5944@TK2MSFTNGP04.phx.gbl...
> Hi Paul,
>
>> There are a number of factual errors in your message, so we'd better get
>> those corrected before anything else.
> Sorry about that.
>
>> 2. There is no .NET 1.1 on Windows CE. We'll presume that you mean .NET
>> CF 1.0.
> Yes, thats correct, my mistake.
>
>> 1. You are running on Windows CE, not Windows Mobile/Pocket PC? If so,
>> the way I remember it, the Web browser control in OpenNETCF SDF 1.4 was
>> *only* for the control on Windows Mobile, so would not work if you tried
>> to run it on Windows CE with the usual choice of the Internet Explorer
>> browser. In that case, there is no htmlview control, so nothing will
>> happen.
> Yes. I'm running on Windows CE.
> Is there really no way to show html-files in html-style ?
>
> --
> mfg, Wolfgang
> ------------------------
> A-8020 Graz
> Austria
>