473,396 Members | 2,087 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

I'll buy you a latte....

jim
....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

Sep 16 '07 #1
34 1513
I dont have any freinds because Im a recluse, and I only drink tap water.
I have done this before, so I know its possible, but I dont have a sample to
share unfortunately.

:-)


"jim" <ji*@home.netwrote in message
news:Pq******************@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

Sep 16 '07 #2
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" <ji*@home.netwrote in message news:Pq******************@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

Sep 16 '07 #3
jim
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" <no***********@nowhere.comwrote in message
news:%2*****************@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" <ji*@home.netwrote in message
news:Pq******************@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


Sep 16 '07 #4
jim
What would it take for you to reach way down in the basement of your mind
and reproduce an example?

jim
"Just Me" <news.microsoft.comwrote in message
news:eC****************@TK2MSFTNGP04.phx.gbl...
>I dont have any freinds because Im a recluse, and I only drink tap water.
I have done this before, so I know its possible, but I dont have a sample
to share unfortunately.

:-)


"jim" <ji*@home.netwrote in message
news:Pq******************@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


Sep 16 '07 #5
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" <ji*@home.netwrote in message news:4j*******************@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" <no***********@nowhere.comwrote in message news:%2*****************@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" <ji*@home.netwrote in message news:Pq******************@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



Sep 16 '07 #6
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

Sep 16 '07 #7
jim

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]" <pb*******@yahoo.yohohhoandabottleofrum.comwrote
in message news:7C**********************************@microsof t.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


Sep 16 '07 #8
jim

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OP****************@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

Sep 16 '07 #9
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" <ji*@home.netwrote in message news:sQ*******************@bignews1.bellsouth.net. ..
>
"Juan T. Llibre" <no***********@nowhere.comwrote in message news:OP****************@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

Sep 16 '07 #10
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" <ji*@home.netwrote in message
news:Pq******************@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

Sep 16 '07 #11
jim

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eX****************@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

Sep 16 '07 #12
jim

"William LaMartin" <la******@tampabay.rr.comwrote in message
news:uA***************@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" <ji*@home.netwrote in message
news:Pq******************@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


Sep 16 '07 #13
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" <ji*@home.netwrote in message news:R7*******************@bignews1.bellsouth.net. ..
>
"Juan T. Llibre" <no***********@nowhere.comwrote in message news:eX****************@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

Sep 16 '07 #14

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uW****************@TK2MSFTNGP03.phx.gbl...
Actually, part of what I do is keep this newsgroup focused on worthhile
problems.
I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup). People are free to post any question they want (even if
it is ludicrous) - it's not now, or ever, been YOUR job to editorialize the
validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear that
he has no choice in doing what he's been asked. Not everyone has the kind
of employee/employer relationship where they can just tell the powers that
be that their assignment is ridiculous. I'd say keeping your boss happy is
a problem worth solving.
Sep 16 '07 #15
jim

"Scott M." <s-***@nospam.nospamwrote in message
news:em****************@TK2MSFTNGP04.phx.gbl...
>
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uW****************@TK2MSFTNGP03.phx.gbl...
>Actually, part of what I do is keep this newsgroup focused on worthhile
problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup). People are free to post any question they want (even if
it is ludicrous) - it's not now, or ever, been YOUR job to editorialize
the validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear
that he has no choice in doing what he's been asked. Not everyone has the
kind of employee/employer relationship where they can just tell the powers
that be that their assignment is ridiculous. I'd say keeping your boss
happy is a problem worth solving.
Thanks Scott.

And, since this information seems so difficult to find, should I find it - I
will host a webpage with the source code so that others may learn from it.

jim
Sep 16 '07 #16
re:
!I couldn't help but jump into the fray here. That last comment is
!ludicrous, since no one has asked you to be a moderator for this

Actually, all MVPs do that. Doing it helps all of us save our time.

re:
!People are free to post any question they want (even if it is ludicrous)

Of course, they are free to do that.
I am also free to point out that it's a question with no valid answer.

I never called his question "ludicrous". *He* called it a "ridiculous task",
and I pointed out that insisting on getting an answer for an impossible task
is a waste of everybody's time. I hope you don't mind that.

re:
!it's not now, or ever, been YOUR job to editorialize the validity of those posts

I am not "editorializing", but thanks for the characterization.

I *did* post my opinion that he's saddled with a task for which there are better tools
than the one his superiors mistakenly think is the ideal tool for the job he was assigned.

I pointed them out, in fact.

re:
!It's clear that Jim has a question related to the NG.

He was given a very strong opinion to not attempt to use that tool,
because it's the wrong tool for what he was tasked.

Peter also asked him the correct questions :

"why do you want to host a webbrowser control in a web page?
In other words, what is the goal?"

If the answer is "to keep my boss happy", I'm sorry,
I cannot honestly recommend that he do it by pulling wool over his boss's eyes.

re:
!It's also clear that he has no choice in doing what he's been asked.

Actually, he does have a choice : educating his boss.

re:
!I'd say keeping your boss happy is a problem worth solving.

I'd say that giving your boss the *right* answers is even better.
That, long-term, will keep him happier...and your job safer.


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/
======================================
"Scott M." <s-***@nospam.nospamwrote in message news:em****************@TK2MSFTNGP04.phx.gbl...
>
"Juan T. Llibre" <no***********@nowhere.comwrote in message news:uW****************@TK2MSFTNGP03.phx.gbl...
>Actually, part of what I do is keep this newsgroup focused on worthhile problems.

I couldn't help but jump into the fray here. That last comment is ludicrous, since no one has asked you to be a
moderator for this (or any other newsgroup). People are free to post any question they want (even if it is
ludicrous) - it's not now, or ever, been YOUR job to editorialize the validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear that he has no choice in doing what he's been
asked. Not everyone has the kind of employee/employer relationship where they can just tell the powers that be that
their assignment is ridiculous. I'd say keeping your boss happy is a problem worth solving.

Sep 16 '07 #17

Scott:

RE:
>Actually, part of what I do is keep this newsgroup focused on worthhile
problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup).
Actually, I did. Last Thrusday I asked Juan to be a moderator of this group
and other newsgroups - and he is doing a great job!

Seriously, though, it is entirely likely that the OP here has *not* been
asked by his stupid boss to do this. Odds are he is just trying to use a
hammer, possibly gold in color, where a screw driver would be far better.
But even if I'm wrong about that and the gentleman posting the OP here is
really telling the honest truth, that truth would tell us that he is a
world-class brown-noser and will do whatever his boss asks - just to keep a
job in a company that doesn't listen to reason. It's even worse than that.
Apparently this obvious kludge is going to be presented in a class to
educate people who - by definition [of being a student in the class] -
wouldn't know any better. So it's not like this kludge isn't going to go
anywhere. Why should we help a world-class brown noser perpetuate an ugly
kludge well beyond some immediate project? (It's a rhetorical question).

Separately, there are a lot of folks coming to this NG who don't have a
strong technical background and are looking for ways to get their work done.
They will read other posts and get ideas for how to accomplish various
programming tasks. They simply aren't capable of decyphering - in the
moment - what is a kludge and what isn't. So it is a very good thing that we
have folks like Juan and the other more experienced developers - MVP or
not - who point out the fact that some things are bad to do. It isn't that
Juan or these more experienced developers *need* for someone to ask them to
point out kludges. They can't help it - being (1) more knowledgeable and (2)
wanting to promote best practices and standards - or at least help those
less knowledgeable to understand what the implications of their actions are.
It is obvious that many newer developers *don't* always understand the
implications of their actions - so it is helpful for someone to help them to
think it through. And for free!

It's clear that Jim has a question related to the NG.
Nobody questioned that.

It's also clear that he has no choice in doing what he's been asked.
I didn't know he was posting from Gitmo
Not everyone has the kind of employee/employer relationship where they can
just tell the powers that be that their assignment is ridiculous.
True - but that doesn't mean that we should help him to do accomplish a
kludge
I'd say keeping your boss happy is a problem worth solving.
At all costs?
-Frankie


"Scott M." <s-***@nospam.nospamwrote in message
news:em****************@TK2MSFTNGP04.phx.gbl...
>
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uW****************@TK2MSFTNGP03.phx.gbl...
>Actually, part of what I do is keep this newsgroup focused on worthhile
problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup). People are free to post any question they want (even if
it is ludicrous) - it's not now, or ever, been YOUR job to editorialize
the validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear
that he has no choice in doing what he's been asked. Not everyone has the
kind of employee/employer relationship where they can just tell the powers
that be that their assignment is ridiculous. I'd say keeping your boss
happy is a problem worth solving.

Sep 16 '07 #18
Jim,
I'm not going to get involved in a potential flame war here as I don't think
it's productive. The bottom line is your efforts will likely be futile, since
the native COM IE Web Control was never designed to be hosted in a web page
via the <object clsid=.... tag arrangement. You would not be able to sink any
events and that's just for starters. Check here for details:

http://support.microsoft.com/kb/q183048/
-- Cheers,
Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"jim" wrote:
>
"William LaMartin" <la******@tampabay.rr.comwrote in message
news:uA***************@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" <ji*@home.netwrote in message
news:Pq******************@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


Sep 16 '07 #19

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:Oa****************@TK2MSFTNGP03.phx.gbl...
re:
!I couldn't help but jump into the fray here. That last comment is
!ludicrous, since no one has asked you to be a moderator for this

Actually, all MVPs do that. Doing it helps all of us save our time.
No Juan, all MVP's try to be helpful and make suggestions on how to get good
use of NG's. There is nothing about your responses here that have done
that.
>
re:
!People are free to post any question they want (even if it is
ludicrous)

Of course, they are free to do that.
I am also free to point out that it's a question with no valid answer.
But, when your response has been acknowledged and you have been asked to not
make further comment as they are not helping the OP, it would seem wise to
leave well enough alone.
>
I never called his question "ludicrous". *He* called it a "ridiculous
task",
and I pointed out that insisting on getting an answer for an impossible
task
is a waste of everybody's time. I hope you don't mind that.

re:
!it's not now, or ever, been YOUR job to editorialize the validity of
those posts

I am not "editorializing", but thanks for the characterization.
You are making a determination about the validity of the task Jim has and
dissmissing it. That is the definition of editorializing.
>
I *did* post my opinion that he's saddled with a task for which there are
better tools
than the one his superiors mistakenly think is the ideal tool for the job
he was assigned.

I pointed them out, in fact.

re:
!It's clear that Jim has a question related to the NG.

He was given a very strong opinion to not attempt to use that tool,
because it's the wrong tool for what he was tasked.
Yes, and he has said that your opinion is not viable or helpful, yet you
persist.
>
Peter also asked him the correct questions :

"why do you want to host a webbrowser control in a web page?
In other words, what is the goal?"

If the answer is "to keep my boss happy", I'm sorry,
I cannot honestly recommend that he do it by pulling wool over his boss's
eyes.
Now, who's off topic?
>
re:
!It's also clear that he has no choice in doing what he's been asked.

Actually, he does have a choice : educating his boss.
Do you know where he works? Do you know his boss? I thought not.
>
re:
!I'd say keeping your boss happy is a problem worth solving.

I'd say that giving your boss the *right* answers is even better.
That, long-term, will keep him happier...and your job safer.
Perhaps Jim hasn't been "asked" a question to which an answer is expected or
wanted. Perhaps, he's been given an assignment that needs immediate
completion. As a teacher, I know that we very often use examples in the
classroom that we would certainly not use in the real-world, but if it can
help to explain a concept, we do it and it can be very helpful.
>

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/
======================================
"Scott M." <s-***@nospam.nospamwrote in message
news:em****************@TK2MSFTNGP04.phx.gbl...
>>
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uW****************@TK2MSFTNGP03.phx.gbl...
>>Actually, part of what I do is keep this newsgroup focused on worthhile
problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup). People are free to post any question they want (even
if it is ludicrous) - it's not now, or ever, been YOUR job to
editorialize the validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear
that he has no choice in doing what he's been asked. Not everyone has
the kind of employee/employer relationship where they can just tell the
powers that be that their assignment is ridiculous. I'd say keeping your
boss happy is a problem worth solving.


Sep 16 '07 #20
The only thing in your post that is worth replying to is that no one said
Juan couldn't make his thoughts known. But, after doing so the first time,
his subsequent replies have just been antagonistic and serve no purpose.
The rest of your diatribe is purely speculation based on nothing.
"Frankie" <A@B.COMwrote in message
news:uD****************@TK2MSFTNGP02.phx.gbl...
>
Scott:

RE:
>>Actually, part of what I do is keep this newsgroup focused on worthhile
problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup).

Actually, I did. Last Thrusday I asked Juan to be a moderator of this
group and other newsgroups - and he is doing a great job!

Seriously, though, it is entirely likely that the OP here has *not* been
asked by his stupid boss to do this. Odds are he is just trying to use a
hammer, possibly gold in color, where a screw driver would be far better.
But even if I'm wrong about that and the gentleman posting the OP here is
really telling the honest truth, that truth would tell us that he is a
world-class brown-noser and will do whatever his boss asks - just to keep
a job in a company that doesn't listen to reason. It's even worse than
that. Apparently this obvious kludge is going to be presented in a class
to educate people who - by definition [of being a student in the class] -
wouldn't know any better. So it's not like this kludge isn't going to go
anywhere. Why should we help a world-class brown noser perpetuate an ugly
kludge well beyond some immediate project? (It's a rhetorical question).

Separately, there are a lot of folks coming to this NG who don't have a
strong technical background and are looking for ways to get their work
done. They will read other posts and get ideas for how to accomplish
various programming tasks. They simply aren't capable of decyphering - in
the moment - what is a kludge and what isn't. So it is a very good thing
that we have folks like Juan and the other more experienced developers -
MVP or not - who point out the fact that some things are bad to do. It
isn't that Juan or these more experienced developers *need* for someone to
ask them to point out kludges. They can't help it - being (1) more
knowledgeable and (2) wanting to promote best practices and standards - or
at least help those less knowledgeable to understand what the implications
of their actions are. It is obvious that many newer developers *don't*
always understand the implications of their actions - so it is helpful for
someone to help them to think it through. And for free!

>It's clear that Jim has a question related to the NG.

Nobody questioned that.

>It's also clear that he has no choice in doing what he's been asked.

I didn't know he was posting from Gitmo
>Not everyone has the kind of employee/employer relationship where they
can just tell the powers that be that their assignment is ridiculous.

True - but that doesn't mean that we should help him to do accomplish a
kludge
>I'd say keeping your boss happy is a problem worth solving.

At all costs?
-Frankie


"Scott M." <s-***@nospam.nospamwrote in message
news:em****************@TK2MSFTNGP04.phx.gbl...
>>
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uW****************@TK2MSFTNGP03.phx.gbl...
>>Actually, part of what I do is keep this newsgroup focused on worthhile
problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup). People are free to post any question they want (even
if it is ludicrous) - it's not now, or ever, been YOUR job to
editorialize the validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear
that he has no choice in doing what he's been asked. Not everyone has
the kind of employee/employer relationship where they can just tell the
powers that be that their assignment is ridiculous. I'd say keeping your
boss happy is a problem worth solving.


Sep 16 '07 #21
I'll refer you to Peter and Frankie's replies.
They do a much better job at explaining the problem than I ever could.


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/
======================================
"Scott M." <s-***@nospam.nospamwrote in message news:e$****************@TK2MSFTNGP04.phx.gbl...
>
"Juan T. Llibre" <no***********@nowhere.comwrote in message news:Oa****************@TK2MSFTNGP03.phx.gbl...
>re:
!I couldn't help but jump into the fray here. That last comment is
!ludicrous, since no one has asked you to be a moderator for this

Actually, all MVPs do that. Doing it helps all of us save our time.

No Juan, all MVP's try to be helpful and make suggestions on how to get good use of NG's. There is nothing about your
responses here that have done that.
>>
re:
!People are free to post any question they want (even if it is ludicrous)

Of course, they are free to do that.
I am also free to point out that it's a question with no valid answer.

But, when your response has been acknowledged and you have been asked to not make further comment as they are not
helping the OP, it would seem wise to leave well enough alone.
>>
I never called his question "ludicrous". *He* called it a "ridiculous task",
and I pointed out that insisting on getting an answer for an impossible task
is a waste of everybody's time. I hope you don't mind that.

re:
!it's not now, or ever, been YOUR job to editorialize the validity of those posts

I am not "editorializing", but thanks for the characterization.

You are making a determination about the validity of the task Jim has and dissmissing it. That is the definition of
editorializing.
>>
I *did* post my opinion that he's saddled with a task for which there are better tools
than the one his superiors mistakenly think is the ideal tool for the job he was assigned.

I pointed them out, in fact.

re:
!It's clear that Jim has a question related to the NG.

He was given a very strong opinion to not attempt to use that tool,
because it's the wrong tool for what he was tasked.

Yes, and he has said that your opinion is not viable or helpful, yet you persist.
>>
Peter also asked him the correct questions :

"why do you want to host a webbrowser control in a web page?
In other words, what is the goal?"

If the answer is "to keep my boss happy", I'm sorry,
I cannot honestly recommend that he do it by pulling wool over his boss's eyes.

Now, who's off topic?
>>
re:
!It's also clear that he has no choice in doing what he's been asked.

Actually, he does have a choice : educating his boss.

Do you know where he works? Do you know his boss? I thought not.
>>
re:
!I'd say keeping your boss happy is a problem worth solving.

I'd say that giving your boss the *right* answers is even better.
That, long-term, will keep him happier...and your job safer.

Perhaps Jim hasn't been "asked" a question to which an answer is expected or wanted. Perhaps, he's been given an
assignment that needs immediate completion. As a teacher, I know that we very often use examples in the classroom
that we would certainly not use in the real-world, but if it can help to explain a concept, we do it and it can be
very helpful.
>>

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/
======================================
"Scott M." <s-***@nospam.nospamwrote in message news:em****************@TK2MSFTNGP04.phx.gbl...
>>>
"Juan T. Llibre" <no***********@nowhere.comwrote in message news:uW****************@TK2MSFTNGP03.phx.gbl...
Actually, part of what I do is keep this newsgroup focused on worthhile problems.

I couldn't help but jump into the fray here. That last comment is ludicrous, since no one has asked you to be a
moderator for this (or any other newsgroup). People are free to post any question they want (even if it is
ludicrous) - it's not now, or ever, been YOUR job to editorialize the validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear that he has no choice in doing what he's been
asked. Not everyone has the kind of employee/employer relationship where they can just tell the powers that be that
their assignment is ridiculous. I'd say keeping your boss happy is a problem worth solving.



Sep 16 '07 #22

RE:
RE:

<< his subsequent replies have just been antagonistic . >>

There is absolutely nothing in Juan's replies that have been antagonistic.
The fact that the OP got his panties in a bunch doesn't mean that is the
effect Juan was intending - and it doesn't mean that such a respons on the
part of the OP is justified.

<< and serve no purpose >>
Wrong again. Juan's replies serve many useful purposes simultaneously. For
starters, it keeps other neophytes from looking at the OP and going - "
hey - cool - I wanna do that too". At least Juan's replies give them pause.
It *could* have given the OP pause too - but he decided to become offended
or somehow put out with the fact that the merits of his bad idea were called
into question. Juans replies also serve the purpose of maintaining the
integrity or usefulness of this NG. I could keep going...

Finally, we *must* make assumptions and speculate about reality - otherwise
we'd never get through life. So pointing out that I have speculated is, of
course, accurate. Of course your posts here necessarily imply a whole lot of
speculation on your part too. Nothing wrong with speculating. It's gotta be
done!

Okay, I've gotta get back to the game. The Colts are winning...

Later (oh, and let's meet at Starbucks and discuss the meaning of life over
a Latte! Mabe the OP's original offer still stands).

-Frankie


"Scott M." <s-***@nospam.nospamwrote in message
news:%2******************@TK2MSFTNGP06.phx.gbl...
The only thing in your post that is worth replying to is that no one said
Juan couldn't make his thoughts known. But, after doing so the first
time, his subsequent replies have just been antagonistic and serve no
purpose. The rest of your diatribe is purely speculation based on nothing.
"Frankie" <A@B.COMwrote in message
news:uD****************@TK2MSFTNGP02.phx.gbl...
>>
Scott:

RE:
>>>Actually, part of what I do is keep this newsgroup focused on worthhile
problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup).

Actually, I did. Last Thrusday I asked Juan to be a moderator of this
group and other newsgroups - and he is doing a great job!

Seriously, though, it is entirely likely that the OP here has *not* been
asked by his stupid boss to do this. Odds are he is just trying to use a
hammer, possibly gold in color, where a screw driver would be far better.
But even if I'm wrong about that and the gentleman posting the OP here is
really telling the honest truth, that truth would tell us that he is a
world-class brown-noser and will do whatever his boss asks - just to keep
a job in a company that doesn't listen to reason. It's even worse than
that. Apparently this obvious kludge is going to be presented in a class
to educate people who - by definition [of being a student in the class] -
wouldn't know any better. So it's not like this kludge isn't going to go
anywhere. Why should we help a world-class brown noser perpetuate an ugly
kludge well beyond some immediate project? (It's a rhetorical question).

Separately, there are a lot of folks coming to this NG who don't have a
strong technical background and are looking for ways to get their work
done. They will read other posts and get ideas for how to accomplish
various programming tasks. They simply aren't capable of decyphering - in
the moment - what is a kludge and what isn't. So it is a very good thing
that we have folks like Juan and the other more experienced developers -
MVP or not - who point out the fact that some things are bad to do. It
isn't that Juan or these more experienced developers *need* for someone
to ask them to point out kludges. They can't help it - being (1) more
knowledgeable and (2) wanting to promote best practices and standards -
or at least help those less knowledgeable to understand what the
implications of their actions are. It is obvious that many newer
developers *don't* always understand the implications of their actions -
so it is helpful for someone to help them to think it through. And for
free!

>>It's clear that Jim has a question related to the NG.

Nobody questioned that.

>>It's also clear that he has no choice in doing what he's been asked.

I didn't know he was posting from Gitmo
>>Not everyone has the kind of employee/employer relationship where they
can just tell the powers that be that their assignment is ridiculous.

True - but that doesn't mean that we should help him to do accomplish a
kludge
>>I'd say keeping your boss happy is a problem worth solving.

At all costs?
-Frankie


"Scott M." <s-***@nospam.nospamwrote in message
news:em****************@TK2MSFTNGP04.phx.gbl...
>>>
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uW****************@TK2MSFTNGP03.phx.gbl.. .
Actually, part of what I do is keep this newsgroup focused on worthhile
problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or any
other newsgroup). People are free to post any question they want (even
if it is ludicrous) - it's not now, or ever, been YOUR job to
editorialize the validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear
that he has no choice in doing what he's been asked. Not everyone has
the kind of employee/employer relationship where they can just tell the
powers that be that their assignment is ridiculous. I'd say keeping
your boss happy is a problem worth solving.



Sep 16 '07 #23

"jim" <ji*@home.netwrote in message
news:4j*******************@bignews1.bellsouth.net. ..
>
"William LaMartin" <la******@tampabay.rr.comwrote in message
>"jim" <ji*@home.netwrote in message
news:Pq******************@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

I don't think that the WebBrowser control in VB.Net 2005 would act that way.
Nor would Internet Explorer
popup the Request to Install ActiveX control dialog like it would if you
where going to a website that had
content that required a particular control to be installed ( like Flash
Player or something similar) to view that
content. For one thing, if you are running Internet Explorer, there is
already an instance of the control there.
At the most, it would just pop up another instance of Internet Explorer and
display the content.
And I don't think you could get FireFox to do it either.
At least, this is what I am getting from your statements.
If I have mis-understood your question, I am sorry. But, that is what it
appears to me you are trying to do.
james
Sep 16 '07 #24
I'm not looking for an explanation to the problem. I'm simply saying that
you've made your point known and there's no point in proceeding with it.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eg***************@TK2MSFTNGP06.phx.gbl...
I'll refer you to Peter and Frankie's replies.
They do a much better job at explaining the problem than I ever could.


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/
======================================
"Scott M." <s-***@nospam.nospamwrote in message
news:e$****************@TK2MSFTNGP04.phx.gbl...
>>
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:Oa****************@TK2MSFTNGP03.phx.gbl...
>>re:
!I couldn't help but jump into the fray here. That last comment is
!ludicrous, since no one has asked you to be a moderator for this

Actually, all MVPs do that. Doing it helps all of us save our time.

No Juan, all MVP's try to be helpful and make suggestions on how to get
good use of NG's. There is nothing about your responses here that have
done that.
>>>
re:
!People are free to post any question they want (even if it is
ludicrous)

Of course, they are free to do that.
I am also free to point out that it's a question with no valid answer.

But, when your response has been acknowledged and you have been asked to
not make further comment as they are not helping the OP, it would seem
wise to leave well enough alone.
>>>
I never called his question "ludicrous". *He* called it a "ridiculous
task",
and I pointed out that insisting on getting an answer for an impossible
task
is a waste of everybody's time. I hope you don't mind that.

re:
!it's not now, or ever, been YOUR job to editorialize the validity of
those posts

I am not "editorializing", but thanks for the characterization.

You are making a determination about the validity of the task Jim has and
dissmissing it. That is the definition of editorializing.
>>>
I *did* post my opinion that he's saddled with a task for which there
are better tools
than the one his superiors mistakenly think is the ideal tool for the
job he was assigned.

I pointed them out, in fact.

re:
!It's clear that Jim has a question related to the NG.

He was given a very strong opinion to not attempt to use that tool,
because it's the wrong tool for what he was tasked.

Yes, and he has said that your opinion is not viable or helpful, yet you
persist.
>>>
Peter also asked him the correct questions :

"why do you want to host a webbrowser control in a web page?
In other words, what is the goal?"

If the answer is "to keep my boss happy", I'm sorry,
I cannot honestly recommend that he do it by pulling wool over his
boss's eyes.

Now, who's off topic?
>>>
re:
!It's also clear that he has no choice in doing what he's been asked.

Actually, he does have a choice : educating his boss.

Do you know where he works? Do you know his boss? I thought not.
>>>
re:
!I'd say keeping your boss happy is a problem worth solving.

I'd say that giving your boss the *right* answers is even better.
That, long-term, will keep him happier...and your job safer.

Perhaps Jim hasn't been "asked" a question to which an answer is expected
or wanted. Perhaps, he's been given an assignment that needs immediate
completion. As a teacher, I know that we very often use examples in the
classroom that we would certainly not use in the real-world, but if it
can help to explain a concept, we do it and it can be very helpful.
>>>

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/
======================================
"Scott M." <s-***@nospam.nospamwrote in message
news:em****************@TK2MSFTNGP04.phx.gbl.. .

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uW****************@TK2MSFTNGP03.phx.gbl. ..
Actually, part of what I do is keep this newsgroup focused on
worthhile problems.

I couldn't help but jump into the fray here. That last comment is
ludicrous, since no one has asked you to be a moderator for this (or
any other newsgroup). People are free to post any question they want
(even if it is ludicrous) - it's not now, or ever, been YOUR job to
editorialize the validity of those posts.

It's clear that Jim has a question related to the NG. It's also clear
that he has no choice in doing what he's been asked. Not everyone has
the kind of employee/employer relationship where they can just tell the
powers that be that their assignment is ridiculous. I'd say keeping
your boss happy is a problem worth solving.



Sep 16 '07 #25
jim

"james" <jj***************@earthlink.netwrote in message
news:ub****************@TK2MSFTNGP02.phx.gbl...
>
"jim" <ji*@home.netwrote in message
news:4j*******************@bignews1.bellsouth.net. ..
>>
"William LaMartin" <la******@tampabay.rr.comwrote in message
>>"jim" <ji*@home.netwrote in message
news:Pq******************@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


I don't think that the WebBrowser control in VB.Net 2005 would act that
way. Nor would Internet Explorer
popup the Request to Install ActiveX control dialog like it would if you
where going to a website that had
content that required a particular control to be installed ( like Flash
Player or something similar) to view that
content. For one thing, if you are running Internet Explorer, there is
already an instance of the control there.
At the most, it would just pop up another instance of Internet Explorer
and display the content.
And I don't think you could get FireFox to do it either.
At least, this is what I am getting from your statements.
If I have mis-understood your question, I am sorry. But, that is what it
appears to me you are trying to do.
james
There is an activex control for Firefox that could be used, but my boss
specifically wants an IE activeX control hosted on a webpage that will be
viewed with IE.

This example of nesting controls seems to amuse him, and no matter how I
argue that I can have another activex control on a web page rather quickly
he still wants his IE activex control on a webpage to view it in IE.

jim
Sep 16 '07 #26
Jim,

Like the others I don't see the sense, however probably will this be your
way to achieve the goal to what you have to do.

Of course never tested, why would I use this with a webbrowser.

http://msdn.microsoft.com/msdnmag/is...h/default.aspx

Cor
"jim" <ji*@home.netschreef in bericht
news:Pq******************@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
Sep 16 '07 #27
"jim" <ji*@home.netwrote in message
news:Tb******************@bignews8.bellsouth.net.. .
This example of nesting controls seems to amuse him, and no matter how I
argue that I can have another activex control on a web page rather quickly
he still wants his IE activex control on a webpage to view it in IE.

Sounds like it's time to look for another job...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 17 '07 #28
On Sun, 16 Sep 2007 19:43:27 -0400, "jim" <ji*@home.netwrote:
>
There is an activex control for Firefox that could be used, but my boss
specifically wants an IE activeX control hosted on a webpage that will be
viewed with IE.

This example of nesting controls seems to amuse him, and no matter how I
argue that I can have another activex control on a web page rather quickly
he still wants his IE activex control on a webpage to view it in IE.
What is meant by "his ActiveX control"?

By itself the AxSHDocVw.AxWebBrowser control isn't especially useful.
The control needs a container that can expose a UI and
programmatically interact with the control's properties, methods and
events. Essentially this would be an ActiveX web browser control which
contains an embedded AxSHDocVw.AxWebBrowser control. Now embed the
container in the webpage.

Although I have done a lot of embedded IE in Java, Delphi, & C# I have
never considered embedding a browser in a webpage. As such my
suggestion is just a thought experiment that you might consider
pursuing.

regards
A.G.

Sep 17 '07 #29
jim
Already on it.......

jim
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:%2******************@TK2MSFTNGP05.phx.gbl...
"jim" <ji*@home.netwrote in message
news:Tb******************@bignews8.bellsouth.net.. .
>This example of nesting controls seems to amuse him, and no matter how I
argue that I can have another activex control on a web page rather
quickly he still wants his IE activex control on a webpage to view it in
IE.


Sounds like it's time to look for another job...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 17 '07 #30
jim
Got to get a couple of hours sleep - I will look at this more in depth
tomorrow.

Thanks for the link!

jim
"Cor Ligthert[MVP]" <no************@planet.nlwrote in message
news:C5**********************************@microsof t.com...
Jim,

Like the others I don't see the sense, however probably will this be your
way to achieve the goal to what you have to do.

Of course never tested, why would I use this with a webbrowser.

http://msdn.microsoft.com/msdnmag/is...h/default.aspx

Cor
"jim" <ji*@home.netschreef in bericht
news:Pq******************@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

Sep 17 '07 #31
jim
Thanks to everyone for their posts and help. I really appreciate it.

The fact of the matter is that this was doomed from the beginning. You
simply cannot use a webbrowser control on a webpage in the same manner that
you can on a webpage. Due to IE security restrictions, and the fact that
Microsoft never wrote the webbrowser control to be used in this manner, you
cannot access the properties or events or methods needed to pull this
project off.

Working on this project actually did give me an idea for some brain building
software that "some people" sould really use.

Thanks again!

jim
Sep 20 '07 #32
jim

"jim" <ji*@home.netwrote in message
news:6_******************@bignews3.bellsouth.net.. .
Thanks to everyone for their posts and help. I really appreciate it.

The fact of the matter is that this was doomed from the beginning. You
simply cannot use a webbrowser control on a webpage in the same manner
that you can on a webpage. Due to IE security restrictions, and the fact
that Microsoft never wrote the webbrowser control to be used in this
manner, you cannot access the properties or events or methods needed to
pull this project off.

Working on this project actually did give me an idea for some brain
building software that "some people" sould really use.

Thanks again!

jim
Oops! That should read "You simply cannot use a webbrowser control on a
webpage in the same manner that you can on a Windows Form."

Wow - their thinking (of lack of same) may be wearing off on me. I think I
need a vacation.

jim
Sep 20 '07 #33
Why not buy yourself a Latte, it might wake you up a bit !

;-)
"jim" <ji*@home.netwrote in message
news:H%******************@bignews3.bellsouth.net.. .
>
"jim" <ji*@home.netwrote in message
news:6_******************@bignews3.bellsouth.net.. .
>Thanks to everyone for their posts and help. I really appreciate it.

The fact of the matter is that this was doomed from the beginning. You
simply cannot use a webbrowser control on a webpage in the same manner
that you can on a webpage. Due to IE security restrictions, and the fact
that Microsoft never wrote the webbrowser control to be used in this
manner, you cannot access the properties or events or methods needed to
pull this project off.

Working on this project actually did give me an idea for some brain
building software that "some people" sould really use.

Thanks again!

jim

Oops! That should read "You simply cannot use a webbrowser control on a
webpage in the same manner that you can on a Windows Form."

Wow - their thinking (of lack of same) may be wearing off on me. I think
I need a vacation.

jim

Sep 20 '07 #34
jim
Done! One latte for Jim, coming right up!

jim
"Just Me" <news.microsoft.comwrote in message
news:%2******************@TK2MSFTNGP05.phx.gbl...
Why not buy yourself a Latte, it might wake you up a bit !

;-)
"jim" <ji*@home.netwrote in message
news:H%******************@bignews3.bellsouth.net.. .
>>
"jim" <ji*@home.netwrote in message
news:6_******************@bignews3.bellsouth.net. ..
>>Thanks to everyone for their posts and help. I really appreciate it.

The fact of the matter is that this was doomed from the beginning. You
simply cannot use a webbrowser control on a webpage in the same manner
that you can on a webpage. Due to IE security restrictions, and the
fact that Microsoft never wrote the webbrowser control to be used in
this manner, you cannot access the properties or events or methods
needed to pull this project off.

Working on this project actually did give me an idea for some brain
building software that "some people" sould really use.

Thanks again!

jim

Oops! That should read "You simply cannot use a webbrowser control on a
webpage in the same manner that you can on a Windows Form."

Wow - their thinking (of lack of same) may be wearing off on me. I think
I need a vacation.

jim


Sep 20 '07 #35

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: | last post by:
First of all thanks for helping me out. I have to admit I dont understand some of your suggestiosn, sorry. I dont know what is the "3D" thing... Is there another way to make it work something...
1
by: Gary DeRousse | last post by:
This pertains to SQL Server 2000 Do others have the problems that we have in our company, where we have a field from a table, and need to know all the SQL Server processes that may change that...
53
by: Bill | last post by:
Hello Programmers, I am looking for either Java Script (OR HTML etc) to DEFEAT Pop-up Stoppers e.g It will bring up a window that will LOOK like a Pop-up FEEL like a Pop-up Allow a name and...
47
by: Jeff Relf | last post by:
Hi All, I plan on using the following C++ code to create nodes with unlimited children: // I would like to declare NodeT like this, // but it won't compile because Lnk_T is not defined yet....
8
by: Pat | last post by:
The contents of a simple form are sent to a Perl CGI in the server. The Perl code is: use CGI qw(:standard); print "Content-type: text/html\n\n"; print "<html><head></head><body>Testing...
8
by: MLH | last post by:
Anybody's solution would be appreciated. Pls, do not pause to write anything for this. I'm not looking for that kind of a handout. I have an idea about how to do it, but I wanted to see if anyone...
4
by: Matthew Bowman | last post by:
I'm in need of some assistance in converting an LL(2) grammar to an LL(1) grammar. I'm having difficulties with this. Note: this is for a school project and the grammar is not my choice. Thanks...
3
by: Genix | last post by:
Has anybody tried to rewrite the whole XML EBNF grammar to LL(1) form? I try to write recursive descent parser...but i have some problems. Can anybody show me LL(1) grammar for XML, something like: ...
32
by: jim | last post by:
....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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.