Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,415,479

[VB.NET] How to Make a HTML Editor

Tutorial Name: [VB.NET] How to Make a HTML Editor  

Category: PC Tutorials

Submitted By: Maj

Date Added:

Comments: 1

Views: 1,522

Related Forum: PC Building Forum

Share:

Trying to build a website using HTML but its too hard to constantly open up your project through your browser every few minutes? Well here's how to make an app to let you preview your project whilst building it!!




Step 1. Make a form and add a tab viewer, in tab 1 add a web-browser, In tab 2 add a richtextbox. It should look something like below

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]


Step 2. Double click the RichTextBox and add the following code

WebBrowser1.DocumentText = RichTextBox1.Text


It should look something like the below

[ Register or Signin to view external links. ]


Step 3. Debug your application and test it out!! It should look something like this

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]




All done! Yes, its really that easy to do

Ratings

Current rating: 1.75 by 4 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"[VB.NET] How to Make a HTML Editor" :: Login/Create an Account :: 1 comment

If you would like to post a comment please signin to your account or register for an account.

xHALLOWSLEGITxPosted:

you know if you use dreamweaver you wouldn't have to do this as it has a live preview.