Chat LIVE With Programming Experts! There Are 23 Online Right Now...

Welcome to Dream.In.Code
Become an Expert!

Join 244,258 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,279 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!

tbenjamin
*



post 3 Apr, 2009 - 10:37 AM
Post #2
I was just curious how to make the web brower so that everything stays in the same position when you maximize the form? Thanks.
Go to the top of the page
+Quote Post

gbertoli3
Group Icon



post 3 Apr, 2009 - 02:03 PM
Post #3
You set the WebBrowser's Dock style to Fill

Hope this helps
Go to the top of the page
+Quote Post

tbenjamin
*



post 3 Apr, 2009 - 06:47 PM
Post #4
QUOTE(gbertoli3 @ 3 Apr, 2009 - 02:03 PM) *

You set the WebBrowser's Dock style to Fill

Hope this helps


Thanks a lot. smile.gif
Go to the top of the page
+Quote Post


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: 7/4/09 11:14AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month