I'll buy you a latte....

This is a discussion on I'll buy you a latte.... within the Framework and Interface Programming forums in category; re: !> The first link returned has nothing to do with hosting a webbrowser activex !> control in a webpage. It is about hosting a webbrowser control (different !> from a webbrowser activex control now that there is a crippled webbrowser !> control included in the .Net toolbox) and using it to post to a webpage If that's so, the guy who wrote the article doesn't know what he's writing about when he writes that : <quote> "This article discusses how to use the *WebBrowser ActiveX control* in Microsoft Visual Basic .NET to post form data." </quote> How is the ...

Go Back   Application Development Forum > Framework and Interface Programming

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #11  
Old 09-16-2007, 09:53 AM
Juan T. Llibre
Guest
 
Default Re: I'll buy you a latte....

re:
!> The first link returned has nothing to do with hosting a webbrowser activex
!> control in a webpage. It is about hosting a webbrowser control (different
!> from a webbrowser activex control now that there is a crippled webbrowser
!> control included in the .Net toolbox) and using it to post to a webpage

If that's so, the guy who wrote the article doesn't know what he's writing about when he writes that :

<quote>
"This article discusses how to use the *WebBrowser ActiveX control*
in Microsoft Visual Basic .NET to post form data."
</quote>

How is the *WebBrowser ActiveX control*, which the article describes,
different from the "webbrowser activex control" which you are referring to ?

What does what you refer to as a "webbrowser activex control" do,
which the *WebBrowser ActiveX control* described in the article doesn't do, in your judgment ?





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================
"jim" <jim@home.net> wrote in message news:4jaHi.95409$pu2.76749@bignews1.bellsouth.net. ..
> Goggled til I turned blue.....
>
> The first link returned has nothing to do with hosting a webbrowser activex control in a webpage. It is about hosting
> a webbrowser control (different from a webbrowser activex control now that there is a crippled webbrowser control
> included in the .Net toolbox) and using it to post to a webpage.
>
> Thanks though.....


> "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message news:%23FbyPhF%23HHA.748@TK2MSFTNGP04.phx.gbl...
>> Did you try googling for
>>
>> http://www.google.com/search?hl=en&q...+%22asp.net%22
>>
>> ???
>>
>> The first link returned is :
>> http://support.microsoft.com/kb/311294
>>
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>> ======================================
>> "jim" <jim@home.net> wrote in message news:Pq8Hi.41896$Y7.23718@bignews3.bellsouth.net.. .
>>> ...or the beverage of your choice at your local Starbucks if you can help me find a working code sample in VB.Net
>>> 2005 that shows a webpage hosting a webbrowser activex control.
>>>
>>> OK....it *is* a crazy request.....so make that 2 of your favorite beverages. One for you and one for a friend.
>>>
>>> jim
>>>
>>>
>>>

>>
>>

>
>



Reply With Quote
  #12  
Old 09-16-2007, 09:56 AM
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
 
Default RE: I'll buy you a latte....

I think the main question here would be "why do you want to host a webbrowser
control in a web page?".
In other words, what is the goal?
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com



"jim" wrote:

> ....or the beverage of your choice at your local Starbucks if you can help me
> find a working code sample in VB.Net 2005 that shows a webpage hosting a
> webbrowser activex control.
>
> OK....it *is* a crazy request.....so make that 2 of your favorite beverages.
> One for you and one for a friend.
>
> jim
>
>
>
>

Reply With Quote
  #13  
Old 09-16-2007, 09:56 AM
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
 
Default RE: I'll buy you a latte....

I think the main question here would be "why do you want to host a webbrowser
control in a web page?".
In other words, what is the goal?
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com



"jim" wrote:

> ....or the beverage of your choice at your local Starbucks if you can help me
> find a working code sample in VB.Net 2005 that shows a webpage hosting a
> webbrowser activex control.
>
> OK....it *is* a crazy request.....so make that 2 of your favorite beverages.
> One for you and one for a friend.
>
> jim
>
>
>
>

Reply With Quote
  #14  
Old 09-16-2007, 10:03 AM
jim
Guest
 
Default Re: I'll buy you a latte....


To show and extreme version of the ability of activeX controls to be hosted
in different environments. What's more extreme than hosting a control
inside another instance of itself to show the flexibility and usability of
activex controls?

Doing so on a webpage simply drives home the fact that you are viewing a
control via in instance of that same control.

At least that's what I'm being told.....

jim

"Peter Bromberg [C# MVP]" <pbromberg@yahoo.yohohhoandabottleofrum.com> wrote
in message news:7C3C5187-79D6-4D67-8668-04C8AFA0E8ED@microsoft.com...
>I think the main question here would be "why do you want to host a
>webbrowser
> control in a web page?".
> In other words, what is the goal?
> -- Peter
> Recursion: see Recursion
> site: http://www.eggheadcafe.com
> unBlog: http://petesbloggerama.blogspot.com
> BlogMetaFinder: http://www.blogmetafinder.com
>
>
>
> "jim" wrote:
>
>> ....or the beverage of your choice at your local Starbucks if you can
>> help me
>> find a working code sample in VB.Net 2005 that shows a webpage hosting a
>> webbrowser activex control.
>>
>> OK....it *is* a crazy request.....so make that 2 of your favorite
>> beverages.
>> One for you and one for a friend.
>>
>> jim
>>
>>
>>
>>



Reply With Quote
  #15  
Old 09-16-2007, 10:03 AM
jim
Guest
 
Default Re: I'll buy you a latte....


To show and extreme version of the ability of activeX controls to be hosted
in different environments. What's more extreme than hosting a control
inside another instance of itself to show the flexibility and usability of
activex controls?

Doing so on a webpage simply drives home the fact that you are viewing a
control via in instance of that same control.

At least that's what I'm being told.....

jim

"Peter Bromberg [C# MVP]" <pbromberg@yahoo.yohohhoandabottleofrum.com> wrote
in message news:7C3C5187-79D6-4D67-8668-04C8AFA0E8ED@microsoft.com...
>I think the main question here would be "why do you want to host a
>webbrowser
> control in a web page?".
> In other words, what is the goal?
> -- Peter
> Recursion: see Recursion
> site: http://www.eggheadcafe.com
> unBlog: http://petesbloggerama.blogspot.com
> BlogMetaFinder: http://www.blogmetafinder.com
>
>
>
> "jim" wrote:
>
>> ....or the beverage of your choice at your local Starbucks if you can
>> help me
>> find a working code sample in VB.Net 2005 that shows a webpage hosting a
>> webbrowser activex control.
>>
>> OK....it *is* a crazy request.....so make that 2 of your favorite
>> beverages.
>> One for you and one for a friend.
>>
>> jim
>>
>>
>>
>>



Reply With Quote
  #16  
Old 09-16-2007, 10:12 AM
jim
Guest
 
Default Re: I'll buy you a latte....


"Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message
news:OPhE5jG%23HHA.5424@TK2MSFTNGP02.phx.gbl...
> re:
> !> The first link returned has nothing to do with hosting a webbrowser
> activex
> !> control in a webpage. It is about hosting a webbrowser control
> (different
> !> from a webbrowser activex control now that there is a crippled
> webbrowser
> !> control included in the .Net toolbox) and using it to post to a webpage
>
> If that's so, the guy who wrote the article doesn't know what he's writing
> about when he writes that :
>
> <quote>
> "This article discusses how to use the *WebBrowser ActiveX control*
> in Microsoft Visual Basic .NET to post form data."
> </quote>


Please take note of the portion "to post form data". This is a use of the
activex control (I was wrong in stating that it was not), but it is not in a
webpage. The author explicitly states that the control is used on a windows
form under the "Create the Visual Basic .Net Sample Project" heading.

> How is the *WebBrowser ActiveX control*, which the article describes,
> different from the "webbrowser activex control" which you are referring to
> ?
>
> What does what you refer to as a "webbrowser activex control" do,
> which the *WebBrowser ActiveX control* described in the article doesn't
> do, in your judgment ?


I made a mistake and was thinking of another article to which I was also
replying at the time. The link that you gave does show the use of the
webbrowser activex control (not the pitiful webbrowser control built into
the .Net toolbox that I referred to).

However, the web is littered with examples of using the webbrowser control
(both activex and .Net versions) in windows forms. What I need to do is to
use it in a webpage to fulfill the requirements for this project.

jim



Reply With Quote
  #17  
Old 09-16-2007, 10:12 AM
jim
Guest
 
Default Re: I'll buy you a latte....


"Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message
news:OPhE5jG%23HHA.5424@TK2MSFTNGP02.phx.gbl...
> re:
> !> The first link returned has nothing to do with hosting a webbrowser
> activex
> !> control in a webpage. It is about hosting a webbrowser control
> (different
> !> from a webbrowser activex control now that there is a crippled
> webbrowser
> !> control included in the .Net toolbox) and using it to post to a webpage
>
> If that's so, the guy who wrote the article doesn't know what he's writing
> about when he writes that :
>
> <quote>
> "This article discusses how to use the *WebBrowser ActiveX control*
> in Microsoft Visual Basic .NET to post form data."
> </quote>


Please take note of the portion "to post form data". This is a use of the
activex control (I was wrong in stating that it was not), but it is not in a
webpage. The author explicitly states that the control is used on a windows
form under the "Create the Visual Basic .Net Sample Project" heading.

> How is the *WebBrowser ActiveX control*, which the article describes,
> different from the "webbrowser activex control" which you are referring to
> ?
>
> What does what you refer to as a "webbrowser activex control" do,
> which the *WebBrowser ActiveX control* described in the article doesn't
> do, in your judgment ?


I made a mistake and was thinking of another article to which I was also
replying at the time. The link that you gave does show the use of the
webbrowser activex control (not the pitiful webbrowser control built into
the .Net toolbox that I referred to).

However, the web is littered with examples of using the webbrowser control
(both activex and .Net versions) in windows forms. What I need to do is to
use it in a webpage to fulfill the requirements for this project.

jim



Reply With Quote
  #18  
Old 09-16-2007, 10:16 AM
Juan T. Llibre
Guest
 
Default Re: I'll buy you a latte....

You did not answer Peter's question :

What do you want the webbrowser control to do ?
Why would you host a webbrowser inside a web browser ?

If you want to display info...you can use an Iframe.
If you want to scrape info from another server, you can use the WebClient class.

Specifically, why do you want to embed a webbrowser control into a web browser ?




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================
"jim" <jim@home.net> wrote in message news:dIaHi.95547$pu2.56821@bignews1.bellsouth.net. ..
>
> To show and extreme version of the ability of activeX controls to be hosted in different environments. What's more
> extreme than hosting a control inside another instance of itself to show the flexibility and usability of activex
> controls?
>
> Doing so on a webpage simply drives home the fact that you are viewing a control via in instance of that same control.
>
> At least that's what I'm being told.....
>
> jim
>
> "Peter Bromberg [C# MVP]" <pbromberg@yahoo.yohohhoandabottleofrum.com> wrote in message
> news:7C3C5187-79D6-4D67-8668-04C8AFA0E8ED@microsoft.com...
>>I think the main question here would be "why do you want to host a webbrowser
>> control in a web page?".
>> In other words, what is the goal?
>> -- Peter
>> Recursion: see Recursion
>> site: http://www.eggheadcafe.com
>> unBlog: http://petesbloggerama.blogspot.com
>> BlogMetaFinder: http://www.blogmetafinder.com
>>
>>
>>
>> "jim" wrote:
>>
>>> ....or the beverage of your choice at your local Starbucks if you can help me
>>> find a working code sample in VB.Net 2005 that shows a webpage hosting a
>>> webbrowser activex control.
>>>
>>> OK....it *is* a crazy request.....so make that 2 of your favorite beverages.
>>> One for you and one for a friend.
>>>
>>> jim
>>>
>>>
>>>
>>>

>
>



Reply With Quote
  #19  
Old 09-16-2007, 10:16 AM
Juan T. Llibre
Guest
 
Default Re: I'll buy you a latte....

You did not answer Peter's question :

What do you want the webbrowser control to do ?
Why would you host a webbrowser inside a web browser ?

If you want to display info...you can use an Iframe.
If you want to scrape info from another server, you can use the WebClient class.

Specifically, why do you want to embed a webbrowser control into a web browser ?




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================
"jim" <jim@home.net> wrote in message news:dIaHi.95547$pu2.56821@bignews1.bellsouth.net. ..
>
> To show and extreme version of the ability of activeX controls to be hosted in different environments. What's more
> extreme than hosting a control inside another instance of itself to show the flexibility and usability of activex
> controls?
>
> Doing so on a webpage simply drives home the fact that you are viewing a control via in instance of that same control.
>
> At least that's what I'm being told.....
>
> jim
>
> "Peter Bromberg [C# MVP]" <pbromberg@yahoo.yohohhoandabottleofrum.com> wrote in message
> news:7C3C5187-79D6-4D67-8668-04C8AFA0E8ED@microsoft.com...
>>I think the main question here would be "why do you want to host a webbrowser
>> control in a web page?".
>> In other words, what is the goal?
>> -- Peter
>> Recursion: see Recursion
>> site: http://www.eggheadcafe.com
>> unBlog: http://petesbloggerama.blogspot.com
>> BlogMetaFinder: http://www.blogmetafinder.com
>>
>>
>>
>> "jim" wrote:
>>
>>> ....or the beverage of your choice at your local Starbucks if you can help me
>>> find a working code sample in VB.Net 2005 that shows a webpage hosting a
>>> webbrowser activex control.
>>>
>>> OK....it *is* a crazy request.....so make that 2 of your favorite beverages.
>>> One for you and one for a friend.
>>>
>>> jim
>>>
>>>
>>>
>>>

>
>



Reply With Quote
  #20  
Old 09-16-2007, 10:21 AM
Juan T. Llibre
Guest
 
Default Re: I'll buy you a latte....

re:
!> What I need to do is to use it in a webpage to fulfill the requirements for this project

I'll refer you to my just-sent reply. You need to be more specific.

Exactly, *what* do you want to achieve with a webbrowser control,
that can't be achieved using an Iframe or the webClient .Net class ?

Tools have specific uses.
Using a hammer as a screwdriver isn't likely to be better than using a screwdriver.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================
"jim" <jim@home.net> wrote in message news:sQaHi.95589$pu2.36064@bignews1.bellsouth.net. ..
>
> "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message news:OPhE5jG%23HHA.5424@TK2MSFTNGP02.phx.gbl...
>> re:
>> !> The first link returned has nothing to do with hosting a webbrowser activex
>> !> control in a webpage. It is about hosting a webbrowser control (different
>> !> from a webbrowser activex control now that there is a crippled webbrowser
>> !> control included in the .Net toolbox) and using it to post to a webpage
>>
>> If that's so, the guy who wrote the article doesn't know what he's writing about when he writes that :
>>
>> <quote>
>> "This article discusses how to use the *WebBrowser ActiveX control*
>> in Microsoft Visual Basic .NET to post form data."
>> </quote>

>
> Please take note of the portion "to post form data". This is a use of the activex control (I was wrong in stating
> that it was not), but it is not in a webpage. The author explicitly states that the control is used on a windows form
> under the "Create the Visual Basic .Net Sample Project" heading.
>
>> How is the *WebBrowser ActiveX control*, which the article describes,
>> different from the "webbrowser activex control" which you are referring to ?
>>
>> What does what you refer to as a "webbrowser activex control" do,
>> which the *WebBrowser ActiveX control* described in the article doesn't do, in your judgment ?

>
> I made a mistake and was thinking of another article to which I was also replying at the time. The link that you gave
> does show the use of the webbrowser activex control (not the pitiful webbrowser control built into the .Net toolbox
> that I referred to).
>
> However, the web is littered with examples of using the webbrowser control (both activex and .Net versions) in windows
> forms. What I need to do is to use it in a webpage to fulfill the requirements for this project.
>
> jim
>
>
>



Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 05:58 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.