browser in form

  • Thread starter Thread starter Jyothi
  • Start date Start date
J

Jyothi

Hi,

I want to show a browser in a from. i.e when a menu option in form is
clicked user should be able to see the browser with a default web site
launched in it?

Can anybody tell me how to do it?

Thanks and Regards,
Jyothi.
 
Jyothi said:
Hi,

I want to show a browser in a from. i.e when a menu option in form is
clicked user should be able to see the browser with a default web site
launched in it?

Can anybody tell me how to do it?

Thanks and Regards,
Jyothi.

Look at the webbrowser object. You can add it to your project by (when the
form design window is open)

ToolBox-->Windows Forms Tab-->Add Remove Items-->Select COM tab

and tick the reference to Microsoft Web Browser. You can then add this
control to the form.

Heres the page from ms to get you started

http://support.microsoft.com/?kbid=304662
 
Back
Top