Re: Web Page in a Form

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Todd (Todd_at_discussions.microsoft.com)
Date: 09/14/04


Date: Mon, 13 Sep 2004 18:35:02 -0700

Forgive me for being a newbie, but do you place that code in the On Enter
event?
I tried that at it gave a compile error.
Again, sorry for the dumb questions.

"Dave Jones" wrote:

> Place the Web Browser control on the form. The name will
> probably be WebBrowser1
>
> To navigate to a page on the internet, use this
>
> WebBrowser1.Navigate("www.msn.com")
>
> Dave
> >-----Original Message-----
> >I need to be able to place a website, say www.msn.com, in
> the middle of a
> >form. How can you do this? I noticed there was a
> Micorosft Web Browser
> >Control, but I can not seem to figure out how it works.
> Any help you can
> >give would be greatly appreciated.
> >
> >.
> >
>