HTML textbox?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ryan

    #1

    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


  • Ryan

    #2
    Re: HTML textbox?

    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

    "Ryan" <Tyveil@newsgro ups.nospamwrote in message
    news:u2Ry%23No1 GHA.4648@TK2MSF TNGP04.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
    >

    Comment

    • Martin Honnen

      #3
      Re: HTML textbox?



      Ryan wrote:
      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
      That control has a property DocumentText that you can set to a string
      with the HTML document markup.

      --

      Martin Honnen --- MVP XML
      http://JavaScript.FAQTs.com/

      Comment

      Working...