How to .....

  • Thread starter Thread starter Bill
  • Start date Start date
Hi,

Not sure what do you mean. Do you want to host an HTML page in your Windows
Forms application? In this case, you can use the WebBrowser control which
basically hosts an instance of IE displaying the Web page.
 
Thanks!

Dmytro Lapshyn said:
Hi,

Not sure what do you mean. Do you want to host an HTML page in your Windows
Forms application? In this case, you can use the WebBrowser control which
basically hosts an instance of IE displaying the Web page.

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]


Bill said:
I can use Frame in HTML.
How can I do in CSharp?
 
Back
Top