| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#21
| |||
| |||
| 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 > > > |
|
#22
| |||
| |||
| Is it not true (I am pretty sure that this was the case way back) that to use this control, the computer on which it is used need to have Internet Explorer installed? That certainly wouldn't be the case for a web server. "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 > > > |
|
#23
| |||
| |||
| Is it not true (I am pretty sure that this was the case way back) that to use this control, the computer on which it is used need to have Internet Explorer installed? That certainly wouldn't be the case for a web server. "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 > > > |
|
#24
| |||
| |||
| "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message news:eXLArzG%23HHA.1184@TK2MSFTNGP04.phx.gbl... > 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 ? What do I want to achieve? I want to keep my job. I have been given the assinine task to create a webpage that hosts a webbrowser control to show as an example in a beginner's class on activex controls within the company. That is my task. Did I object? Sure. But, it didn't do a damned bit of good. They want what they want - logic be damned. Is that a good enough explanation for you? And, now that we have spent so much time together, do you have the requested information or not? I am really under a tight deadline and must concentrate on solving this problem. Thanks for your interest. jim |
|
#25
| |||
| |||
| "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message news:eXLArzG%23HHA.1184@TK2MSFTNGP04.phx.gbl... > 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 ? What do I want to achieve? I want to keep my job. I have been given the assinine task to create a webpage that hosts a webbrowser control to show as an example in a beginner's class on activex controls within the company. That is my task. Did I object? Sure. But, it didn't do a damned bit of good. They want what they want - logic be damned. Is that a good enough explanation for you? And, now that we have spent so much time together, do you have the requested information or not? I am really under a tight deadline and must concentrate on solving this problem. Thanks for your interest. jim |
|
#26
| |||
| |||
| Juan, thanks for your interest, but please go away. You obviously have no information that would help to attain the ridiculous goals that my management staff is requiring of me and you seem to be "one of those" argumentative MVPs that are more full of themselves than full of knowledge. (I've run into them before.) If you really knew how to host the webbrowser control in a webpage, you would not give a tinker's damn as to why and would simply answer the question, get your lattes and be on your way. But, argument seems to be your goal - not the spreading of knowledge to one who is on desperate need of it. If Peter does not understand my response, I am sure that he is quite capable of expressing that. Your post here shows that you are simply out to stir up crap. I am blocking your posts now because I have a coding problem to solve and simply do not have the time to waste with your argumentative hogwash. jim "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message news:OiZ14wG%23HHA.700@TK2MSFTNGP05.phx.gbl... > 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 >>>> >>>> >>>> >>>> >> >> > > |
|
#27
| |||
| |||
| Juan, thanks for your interest, but please go away. You obviously have no information that would help to attain the ridiculous goals that my management staff is requiring of me and you seem to be "one of those" argumentative MVPs that are more full of themselves than full of knowledge. (I've run into them before.) If you really knew how to host the webbrowser control in a webpage, you would not give a tinker's damn as to why and would simply answer the question, get your lattes and be on your way. But, argument seems to be your goal - not the spreading of knowledge to one who is on desperate need of it. If Peter does not understand my response, I am sure that he is quite capable of expressing that. Your post here shows that you are simply out to stir up crap. I am blocking your posts now because I have a coding problem to solve and simply do not have the time to waste with your argumentative hogwash. jim "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message news:OiZ14wG%23HHA.700@TK2MSFTNGP05.phx.gbl... > 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 >>>> >>>> >>>> >>>> >> >> > > |
|
#28
| |||
| |||
| "William LaMartin" <lamartin@tampabay.rr.com> wrote in message news:uAlPa2G%23HHA.600@TK2MSFTNGP05.phx.gbl... > Is it not true (I am pretty sure that this was the case way back) that to > use this control, the computer on which it is used need to have Internet > Explorer installed? That certainly wouldn't be the case for a web server. The activex control being used on the webpage should try and install on the viewer's PC if IE is not already installed on the viewing PC. Seeing as how IE is installed on all Windows PCs, the only possible problem would be that of version of IE is installed on the viewer's PC. Even then, the viewing PC should try and install the activeX control and run the page. So far, the specs only call for using Windows PCs (for both server and clients). I haven't been directed to do the impossible and run an activex control on MAC or Linux just yet - but it wouldn't surprise me any if I were. jim > > "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 >> >> >> > > |
|
#29
| |||
| |||
| "William LaMartin" <lamartin@tampabay.rr.com> wrote in message news:uAlPa2G%23HHA.600@TK2MSFTNGP05.phx.gbl... > Is it not true (I am pretty sure that this was the case way back) that to > use this control, the computer on which it is used need to have Internet > Explorer installed? That certainly wouldn't be the case for a web server. The activex control being used on the webpage should try and install on the viewer's PC if IE is not already installed on the viewing PC. Seeing as how IE is installed on all Windows PCs, the only possible problem would be that of version of IE is installed on the viewer's PC. Even then, the viewing PC should try and install the activeX control and run the page. So far, the specs only call for using Windows PCs (for both server and clients). I haven't been directed to do the impossible and run an activex control on MAC or Linux just yet - but it wouldn't surprise me any if I were. jim > > "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 >> >> >> > > |
|
#30
| |||
| |||
| re: !> What do I want to achieve? I want to keep my job. I have been given the !> assinine task to create a webpage that hosts a webbrowser control to show as !> an example in a beginner's class on activex controls within the company. Tell them it's an assinine request which doesn't make any sense, for the reasons which have been explained to you. re: !> Is that a good enough explanation for you? Nope. It's an explanation, but not a justiffication. You should tell whomever it was who gave you that "task", that there's better instruments to achieve what they request. Specifically, tell them that Iframes and the webClient class can do what they request...without embedding a web browser inside another web browser. re: !> And, now that we have spent so much time together, do you have the requested information or not? I feel that I'd be giving you inforrmation which will serve for you to hang yourself. As said before, hammers should be used as hammers, not as screwdrivers. re: !> I am really under a tight deadline and must concentrate on solving this problem <shrug> I wouldn't waste any time on a "problem" which is not a logical problem. You should save your effforts for *real* problems...and you should tell whomever it was that requested you dedicate effort to solve a non-problem, that there's better ways to do what they requested. 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:R7bHi.95688$pu2.10399@bignews1.bellsouth.net. .. > > "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message news:eXLArzG%23HHA.1184@TK2MSFTNGP04.phx.gbl... >> 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 ? > > What do I want to achieve? I want to keep my job. I have been given the assinine task to create a webpage that hosts > a webbrowser control to show as an example in a beginner's class on activex controls within the company. > > That is my task. Did I object? Sure. But, it didn't do a damned bit of good. They want what they want - logic be > damned. > > Is that a good enough explanation for you? > > And, now that we have spent so much time together, do you have the requested information or not? I am really under a > tight deadline and must concentrate on solving this problem. > > Thanks for your interest. > > jim > > > |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.