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
7.then click on Button2 and put in this code
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
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)
Code:
Form2.Show
Form2.RichTextBox1.Text = Me.WebBrowser1.DocumentText
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