Home All Groups Group Topic Archive Search About

Display html string in Windows Form

Author
22 Nov 2006 12:11 AM
Dennis
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 in Houston

Author
22 Nov 2006 12:21 AM
Herfried K. Wagner [MVP]
"Dennis" <Den***@discussions.microsoft.com> schrieb:
> 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.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
22 Nov 2006 5:19 AM
Cor Ligthert [MVP]
Dennis,

You make me curious and get a question as reply.

Why is this not possible in your idea?

Cor

Show quoteHide quote
"Dennis" <Den***@discussions.microsoft.com> schreef in bericht
news:8CCD723A-BEAE-482E-8F0E-B4C43403AA18@microsoft.com...
> 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 in Houston
Author
22 Nov 2006 9:36 AM
Michel Posseth [MCP]
Hello


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


regards

Michel

Show quoteHide quote
"Dennis" wrote:

> 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 in Houston
Author
24 Nov 2006 4:16 PM
Dennis
Thanks to all ...I wasn't aware of the WebBrowser control.  I found some info
on it and it looks like what need.
--
Dennis in Houston


Show quoteHide quote
"Michel Posseth [MCP]" wrote:

> Hello
>
>
> You can use the MS webbrowser control or the Mozilla webbrowser control for
> this
>
>
> regards
>
> Michel
>
> "Dennis" wrote:
>
> > 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 in Houston