HTML display control

T

Tomaz Koritnik

I require a very simple control for C# that will be able to display HTML
page stored in a file. I will never need to download page from internet.
It'll be for offline usage only. I only need to display simple formatted
text (set different color, font size, bold, italic, underlined, nothing
more). No images, frames, activex controls, tables,.... But it has to
support custom links (when link is clicked, some event is triggered and
that's all). Oh, control MUST also be freeware for any type of usage. Anyone
knows where I could find such a control?

regards
Tomaz
 
A

Atul

You can use the MS WebBrowser control for this.

-Atul, Sky Software http://www.ssware.com
Shell MegaPack ActiveX & .Net
Drop In Windows Explorer like Shell Browsing GUI controls for your app.
 
T

Tomaz Koritnik

Though it works, I don't want COM based control but pure .NET control.

regards
Tomaz
 

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