Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embeding an HTML document in a windows form...

Status
Not open for further replies.

GMX

Programmer
Mar 21, 2003
33
US
Ok I give up! How to I put an HTML document (sort of like in an iframe) inside a wondows form? I thought there would be a built-in control for this...
 
you may use for example DHTML Control or WebBrowser control.

Ion Filipski
1c.bmp
 
yes you could use MSHTML objects also as WebBrowser control.
Yoy need to add them to your reference

________
George, M
Searches(faq333-4906),Carts(faq333-4911)
 
You use both. The WebBrowser control will give you an object that with a Navigate method, so that you can "browse" to HTML documents in a Windows Form.

To interact or even author an HTML document, you need to use the MSHTML library/object.

All the details in this thread: thread732-838360



Thomas D. Greer
Providing PostScript & PDF
Training, Development & Consulting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top