simplest Web browser including source code

Reputation
0
This is my first tutorial dont judge me

ok lets begin
1. start up your visual studio 2010/08
2. start a Windows Form Application
3. go to project/add new item/Windows form
4. make in Form1 , 1 textbox,1webbrowser and 2 buttons
5.then go to Form2 and put a Richtextbox in it then you see in the Rightcorner of it a smal pointer click on that and then click edit text lines...
6. if you done that you click on your first button and put in this code
Code:
WebBrowser1.Navigate(TextBox1.Text)
7.then click on Button2 and put in this code
Code:
Form2.Show
Form2.RichTextBox1.Text = Me.WebBrowser1.DocumentText
8.if you have done that then you can debug it,to debug it you press the green pointer at the upper side of your screen


BTW : you can also just use button 1 code then you have the simplest webbrowser in the world

Im bad at english so dont judge me !!

Cya later LH
 
ow im sorry dindt seen it but your web browser is more advanced then this one because i focussed on get source code button
 
nice and simple tut m8 but you could add a few more functions :p anyway keep up the good work m8
 
deadlycode said:
nice and simple tut m8 but you could add a few more functions :p anyway keep up the good work m8

UZ0ego.png
 
Back
Top