PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Re: WebBrowser component with Core License image?

Reply

Re: WebBrowser component with Core License image?

 
Thread Tools Rate Thread
Old 30-11-2006, 10:37 PM   #1
Paul G. Tobey [eMVP]
Guest
 
Posts: n/a
Default Re: WebBrowser component with Core License image?


The .NET CF component is just a thin wrapper for accessing the native OS
component from managed code; it has no functionality of its own. You *must*
have the OS component to use the wrapper, so, no, you're stuck with the
other license in the OS to use that particular .NET CF item. Maybe there's
something else you could do, depending on what you're trying to use the
WebBrowser component for, but you haven't told us enough to help with that.

Paul T.

"Jojje" <Jojje@discussions.microsoft.com> wrote in message
news:E0A5FC69-A078-407C-B7DA-514AE95DE64C@microsoft.com...
> Hi,
>
> Is it possible to use the WebBrowser component in .NET Compact Framework
> application on a platform with a Core License ($3) image? After doing some
> testing, it seems that the two modules SHDOCVW (Internet Explorer Browser
> Control Host) and MSHTML (Internet Explorer HTML/DHTML API) are required
> for
> it to work. Both SHDOCVW and MSHTML requires the Professional License. Is
> there any way to get it to work with the Core License? I'm using CE 5.0.
>
> Regards,
> Jojje



  Reply With Quote
Old 01-12-2006, 03:50 PM   #2
Paul G. Tobey [eMVP]
Guest
 
Posts: n/a
Default Re: WebBrowser component with Core License image?

In order to display Web pages, you need the web page displayor! As I said,
in order to use the .NET CF component, you need the OS features for doing
that, so you'll either have to find some piece of code that will do the
entire rendering of HTML or you'll have to live with the Pro license for the
OS.

Paul T.

"Jojje" <Jojje@discussions.microsoft.com> wrote in message
news:EC4C95C0-8510-4176-9515-572862E2451C@microsoft.com...
> Thanks Paul,
>
> We are using the WebBrowser component to be able to display web pages in a
> .NET control.
>
> Regards,
> Jojje
>
> "Paul G. Tobey [eMVP]" wrote:
>
>> The .NET CF component is just a thin wrapper for accessing the native OS
>> component from managed code; it has no functionality of its own. You
>> *must*
>> have the OS component to use the wrapper, so, no, you're stuck with the
>> other license in the OS to use that particular .NET CF item. Maybe
>> there's
>> something else you could do, depending on what you're trying to use the
>> WebBrowser component for, but you haven't told us enough to help with
>> that.
>>
>> Paul T.
>>
>> "Jojje" <Jojje@discussions.microsoft.com> wrote in message
>> news:E0A5FC69-A078-407C-B7DA-514AE95DE64C@microsoft.com...
>> > Hi,
>> >
>> > Is it possible to use the WebBrowser component in .NET Compact
>> > Framework
>> > application on a platform with a Core License ($3) image? After doing
>> > some
>> > testing, it seems that the two modules SHDOCVW (Internet Explorer
>> > Browser
>> > Control Host) and MSHTML (Internet Explorer HTML/DHTML API) are
>> > required
>> > for
>> > it to work. Both SHDOCVW and MSHTML requires the Professional License.
>> > Is
>> > there any way to get it to work with the Core License? I'm using CE
>> > 5.0.
>> >
>> > Regards,
>> > Jojje

>>
>>
>>



  Reply With Quote
Old 04-12-2006, 09:14 AM   #3
Javier Grijalba
Guest
 
Posts: n/a
Default Re: WebBrowser component with Core License image?

Why don´t use the minimo browser?
Its free and open source
http://www.mozilla.org/projects/minimo/
Javier
On Fri, 01 Dec 2006 16:50:27 +0100, Paul G. Tobey [eMVP] <p space tobey no
spam AT no instrument no spam DOT <"com>"> wrote:

> In order to display Web pages, you need the web page displayor! As I
> said,
> in order to use the .NET CF component, you need the OS features for doing
> that, so you'll either have to find some piece of code that will do the
> entire rendering of HTML or you'll have to live with the Pro license for
> the
> OS.
>
> Paul T.
>
> "Jojje" <Jojje@discussions.microsoft.com> wrote in message
> news:EC4C95C0-8510-4176-9515-572862E2451C@microsoft.com...
>> Thanks Paul,
>>
>> We are using the WebBrowser component to be able to display web pages
>> in a
>> .NET control.
>>
>> Regards,
>> Jojje
>>
>> "Paul G. Tobey [eMVP]" wrote:
>>
>>> The .NET CF component is just a thin wrapper for accessing the native
>>> OS
>>> component from managed code; it has no functionality of its own. You
>>> *must*
>>> have the OS component to use the wrapper, so, no, you're stuck with the
>>> other license in the OS to use that particular .NET CF item. Maybe
>>> there's
>>> something else you could do, depending on what you're trying to use the
>>> WebBrowser component for, but you haven't told us enough to help with
>>> that.
>>>
>>> Paul T.
>>>
>>> "Jojje" <Jojje@discussions.microsoft.com> wrote in message
>>> news:E0A5FC69-A078-407C-B7DA-514AE95DE64C@microsoft.com...
>>> > Hi,
>>> >
>>> > Is it possible to use the WebBrowser component in .NET Compact
>>> > Framework
>>> > application on a platform with a Core License ($3) image? After doing
>>> > some
>>> > testing, it seems that the two modules SHDOCVW (Internet Explorer
>>> > Browser
>>> > Control Host) and MSHTML (Internet Explorer HTML/DHTML API) are
>>> > required
>>> > for
>>> > it to work. Both SHDOCVW and MSHTML requires the Professional
>>> License.
>>> > Is
>>> > there any way to get it to work with the Core License? I'm using CE
>>> > 5.0.
>>> >
>>> > Regards,
>>> > Jojje
>>>
>>>
>>>

>
>




--
Javier Grijalba
www.positivesystems.com
Touch Panel PC systems
JGrijalba at Positivesystems dot com
  Reply With Quote
Old 05-12-2006, 07:22 AM   #4
=?Utf-8?B?Sm9qamU=?=
Guest
 
Posts: n/a
Default Re: WebBrowser component with Core License image?

Thanks Paul and Javier,

Ok, for now we will use the Pro License if we want to display web pages.

Jojje

"Javier Grijalba" wrote:

> Why don´t use the minimo browser?
> Its free and open source
> http://www.mozilla.org/projects/minimo/
> Javier
> On Fri, 01 Dec 2006 16:50:27 +0100, Paul G. Tobey [eMVP] <p space tobey no
> spam AT no instrument no spam DOT <"com>"> wrote:
>
> > In order to display Web pages, you need the web page displayor! As I
> > said,
> > in order to use the .NET CF component, you need the OS features for doing
> > that, so you'll either have to find some piece of code that will do the
> > entire rendering of HTML or you'll have to live with the Pro license for
> > the
> > OS.
> >
> > Paul T.
> >
> > "Jojje" <Jojje@discussions.microsoft.com> wrote in message
> > news:EC4C95C0-8510-4176-9515-572862E2451C@microsoft.com...
> >> Thanks Paul,
> >>
> >> We are using the WebBrowser component to be able to display web pages
> >> in a
> >> .NET control.
> >>
> >> Regards,
> >> Jojje
> >>
> >> "Paul G. Tobey [eMVP]" wrote:
> >>
> >>> The .NET CF component is just a thin wrapper for accessing the native
> >>> OS
> >>> component from managed code; it has no functionality of its own. You
> >>> *must*
> >>> have the OS component to use the wrapper, so, no, you're stuck with the
> >>> other license in the OS to use that particular .NET CF item. Maybe
> >>> there's
> >>> something else you could do, depending on what you're trying to use the
> >>> WebBrowser component for, but you haven't told us enough to help with
> >>> that.
> >>>
> >>> Paul T.
> >>>
> >>> "Jojje" <Jojje@discussions.microsoft.com> wrote in message
> >>> news:E0A5FC69-A078-407C-B7DA-514AE95DE64C@microsoft.com...
> >>> > Hi,
> >>> >
> >>> > Is it possible to use the WebBrowser component in .NET Compact
> >>> > Framework
> >>> > application on a platform with a Core License ($3) image? After doing
> >>> > some
> >>> > testing, it seems that the two modules SHDOCVW (Internet Explorer
> >>> > Browser
> >>> > Control Host) and MSHTML (Internet Explorer HTML/DHTML API) are
> >>> > required
> >>> > for
> >>> > it to work. Both SHDOCVW and MSHTML requires the Professional
> >>> License.
> >>> > Is
> >>> > there any way to get it to work with the Core License? I'm using CE
> >>> > 5.0.
> >>> >
> >>> > Regards,
> >>> > Jojje
> >>>
> >>>
> >>>

> >
> >

>
>
>
> --
> Javier Grijalba
> www.positivesystems.com
> Touch Panel PC systems
> JGrijalba at Positivesystems dot com
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off