Need Help Making A Preview HTML

fantity

Active member
Joined
Mar 10, 2012
Messages
27
Programming Experience
Beginner
I want to make a program where users can type in html and when they click preview another form will have the webpage they created on it. Any ideas?
 
You can simply assign a String containg your HTML code to the DocumentText property of a WebBrowser control. That String would presumably come from the Text of a TextBox or RichTextBox.
 
Back
Top