Re: Microsoft Web Browser COM control in VB .Net
Hi Bob
Believe me, we are not trying to keep it from you.
You can use the Navigate method to load a file as well, e.g.
AxWebBrowser1.N avigate("c:\myp lace\myfile.htm ")
What happens when you use the above syntax?
Charles
"BobAchgill " <anonymous@disc ussions.microso ft.com> wrote in message
news:263201c41e 3b$59c4f400$7d0 2280a@phx.gbl.. .[color=blue]
> I looked at the Navigate ( ) Method but it was not clear
> how or if that is what I need to direct the Web Browswer
> control to point to read an HTML file.
>
> You guys are so smart...pleeeas e share with me how you
> get the Microsoft Web Browser (shdocVw.dll) to read a
> file with in a VB form. I am still looking at a white
> space where the control is painted on my form.
>
>
>
>[color=green]
> >-----Original Message-----
> >When I run the form with a Microsoft Web Browser
> >(shdocVw.dll ) i only get a white box. It is not[/color]
> obvious[color=green]
> >how to feed the browser box an HTML file to read.
> >
> >I searched on my drives and did not find a axshdocVw.dll.
> >
> >I searched in the COM list and did not see an
> >adWebbrowser.. . is this a third party COM? If it is[/color]
> what[color=green]
> >I need to finish the task...where to I get it?
> >
> >
> >If there are two methods for getting a browser control[/color]
> in[color=green]
> >a form: Microsoft Web Browser AND AdWebbrowser...
> >What are the advantages of each?
> >[color=darkred]
> >>-----Original Message-----
> >>There is a difference between the adWebbrowser and the[/color]
> >webbrowser[color=darkred]
> >>
> >>axshdocVw.d ll and shdocVw.dll and only shdocVW.dll, are[/color]
> >you using axshdocvw?[color=darkred]
> >>
> >>Cor
> >>
> >>
> >>.
> >>[/color]
> >.
> >[/color][/color]
Hi Bob
Believe me, we are not trying to keep it from you.
You can use the Navigate method to load a file as well, e.g.
AxWebBrowser1.N avigate("c:\myp lace\myfile.htm ")
What happens when you use the above syntax?
Charles
"BobAchgill " <anonymous@disc ussions.microso ft.com> wrote in message
news:263201c41e 3b$59c4f400$7d0 2280a@phx.gbl.. .[color=blue]
> I looked at the Navigate ( ) Method but it was not clear
> how or if that is what I need to direct the Web Browswer
> control to point to read an HTML file.
>
> You guys are so smart...pleeeas e share with me how you
> get the Microsoft Web Browser (shdocVw.dll) to read a
> file with in a VB form. I am still looking at a white
> space where the control is painted on my form.
>
>
>
>[color=green]
> >-----Original Message-----
> >When I run the form with a Microsoft Web Browser
> >(shdocVw.dll ) i only get a white box. It is not[/color]
> obvious[color=green]
> >how to feed the browser box an HTML file to read.
> >
> >I searched on my drives and did not find a axshdocVw.dll.
> >
> >I searched in the COM list and did not see an
> >adWebbrowser.. . is this a third party COM? If it is[/color]
> what[color=green]
> >I need to finish the task...where to I get it?
> >
> >
> >If there are two methods for getting a browser control[/color]
> in[color=green]
> >a form: Microsoft Web Browser AND AdWebbrowser...
> >What are the advantages of each?
> >[color=darkred]
> >>-----Original Message-----
> >>There is a difference between the adWebbrowser and the[/color]
> >webbrowser[color=darkred]
> >>
> >>axshdocVw.d ll and shdocVw.dll and only shdocVW.dll, are[/color]
> >you using axshdocvw?[color=darkred]
> >>
> >>Cor
> >>
> >>
> >>.
> >>[/color]
> >.
> >[/color][/color]
Comment