|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HTML textbox?I want to be able to view HTML on a form. Is there any controls that will
do this? Just a textbox would be great if theres any way to get it to work right. Thanks, Ryan Well I think I found one of the more useless Microsoft help documents. It
explains that the Webbrowser control is useful for this very purpose but fails to explain how to do it. I don't have a file to set the URL to, just some HTML text. Any ideas? http://msdn2.microsoft.com/en-us/library/sxc145fz.aspx Show quoteHide quote "Ryan" <Tyveil@newsgroups.nospam> wrote in message news:u2Ry%23No1GHA.4648@TK2MSFTNGP04.phx.gbl... >I want to be able to view HTML on a form. Is there any controls that will >do this? Just a textbox would be great if theres any way to get it to work >right. > > Thanks, > Ryan > Ryan wrote:
> Well I think I found one of the more useless Microsoft help documents. It That control has a property DocumentText that you can set to a string > explains that the Webbrowser control is useful for this very purpose but > fails to explain how to do it. I don't have a file to set the URL to, just > some HTML text. Any ideas? > http://msdn2.microsoft.com/en-us/library/sxc145fz.aspx with the HTML document markup. |
|||||||||||||||||||||||