How to load web page in WinForm?

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 :
 
D

dawn

if you want to display html files in ur form, best put an AxWebBrowser
control in your form
 

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