How to load web page in WinForm?

  • Thread starter Thread starter Kanatbek Zaiitov
  • Start date Start date
K

Kanatbek Zaiitov

hi,
help me with ideas or somehow please.
how the "exe" books are done?
I want to make an "exe" book, for that I added some html files, added
LinkLabels, but do not know how to load that html file into my Form.

or it is a wrong way for that?

and,
I added Reference in my project to IEHost in .NET
but how to use that in my code?
I tried :
 
if you want to display html files in ur form, best put an AxWebBrowser
control in your form
 
Back
Top