Display html string in Windows Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way I can display an html string in a windows form or windows
form control like a rich text box. Note, I'm using windows forms, not the
web. Thanks for any help.
 
Dennis said:
Is there any way I can display an html string in a windows form or windows
form control like a rich text box. Note, I'm using windows forms, not the
web.

Check out the WebBrowser control.
 
Dennis,

You make me curious and get a question as reply.

Why is this not possible in your idea?

Cor
 
Hello


You can use the MS webbrowser control or the Mozilla webbrowser control for
this


regards

Michel
 
Thanks to all ...I wasn't aware of the WebBrowser control. I found some info
on it and it looks like what need.
 

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

Back
Top