browser in form

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

Tam Inglis

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top