Software School Projects | Academic Students Projects | Source Codes | Tablets header
Please use our contact us form or send email to Support@srishtis.com.

Create a WebBrowser,Step-by-Step Tutorial
In this Tutorial we will show you how to create your very own webbrowser.You will need:1 Toolstrip + ToolStrip Controls,1 WebBrowser.
Getting started with the solution in Visual Studio.NET
First thing is first,drag a toolstrip from the toolbox onto the form.Make sure that the Grip Visibility is set to Hidden.Now we will add the controls.You will need:(6 ToolStripButtons,1 ToolStripLabel,and 1 ToolStripTextBox).Now we will set the names of the controls.The first button will be called back,the second forward,the third refresh,the fourth stop,the fifth home and the last GO.For the GO button set the alignment property to right.Now that you have the names we can set each of the button's DisplayStyle to Image.Set the proper images for each button.Now we will name the label and the textbox on the toolstrip.For the Label set the text property to URL:and the name to urlLabel.Now the textbox will be named url and the text leave blank.Next drag the WebBrowser Control onto the form.
Set the name property of the webbrowser to webBrowser.
Now for the coding.
Double-Click on the Form and enter this code:
webBrowser.GoHome();
Double-Click on the Back Button and enter this code:
webBrowser.GoBack();
Double-Click on the Forward Button and enter this code:
webBrowser.GoForward();
Double-Click on the Refresh Button and enter this code:
webBrowser.Refresh();
Double-Click on the Stop Button and enter this code:
webBrowser.Stop();
Double-Click on the Home Button and enter this code:
webBrowser.GoHome();
Double-Click on the GO Button and enter this code:
webBrowser.Navigate(url.Text);
This is what your final design should look like.
Job or extra money for students

Search Engine Rank of your blog or websites