Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,046 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,523 people online right now. Registration is fast and FREE... Join Now!




Create a WebBrowser

 
Reply to this topicStart new topic

> Create a WebBrowser, Create a WebBrowser

Rating  2
gbertoli3
Group Icon



post 2 Aug, 2008 - 04:57 PM
Post #1


In this Tutorial I will show you how to create your very own webbrowser.

You will need: 1 Toolstrip + ToolStrip Controls(explained later), 1 WebBrowser.

First thing is first, drag a toolstrip from the toolbox onto the form. Make sure that the Grip Visibility is set to Hidden.

IPB Image

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.

IPB Image

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).
Double-Click on the webBrowser and enter this code url.Text = e.Url.ToString().

This is what your final design should look like.

IPB Image

Now run the form and have fun!
Go to the top of the page
+Quote Post


Register to Make This Ad Go Away!


Fast ReplyReply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 12/1/08 05:04PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month