HTML textbox?

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

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 said:
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.
 

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