Web page on a form

  • Thread starter Thread starter jayderk
  • Start date Start date
J

jayderk

I was wondering if anyone has an example of how to put a web page on a form.
I would like part of the form to be combo boxes, textboxes and another part
to be a web page.

I can not find a control that allows me to put a web window on my forms...


regards,
Jay
 
In your project create a reference to the ShDocVw.dll which contains the
AxWebBrowser COM object.

Place the browser ont the form and use the Navigate method to display the
web-page.

--
Bob Powell [MVP]
C#, System.Drawing

The November edition of Well Formed is now available.
Learn how to create Shell Extensions in managed code.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com
 
Hello Bob,

thanks for getting back to me...
I added the reference to Shdocvw.dll and still have no object in the tool
box to place the browser on the form.

regards,
Jay
 
Try right clicking on the toolbox and selecting Add/Remove Items...
Under the COM tab, you should find what you're looking for.

Jacob
 
Back
Top