Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Jul 14th, 2007, 5:45 PM   #1
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 201
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Creating a Web Browser

Right, this is my attempt to give back to the community and help out the even more noobish than I. I thought I'd write about something really simple that I could do in my sleep so there was no chance I'd get it wrong!:

This tutorial will tell you how to create a web browser in less than 10 minutes and is actually really easy:

I use Microsoft's VB.NET as a compiler. It's really easy to use and does most of the hard work for you. If you have not yet downloaded and installed it, then do so. Create a new Windows Application (File --> New) and then resize the default form to your liking!

The main part of the web browser is contained within the next stage. From the toolbox, drag a WebBrowser onto the form and make it the dimensions you want. Next drag a text box and button underneath it. Call the web browser "browser1", the text box "tbox1" and the button "button1".

Now for the actual coding. Double click on the button and add the following code in the appropriate place:


browser1.Navigate(tbox1.Text)


Now exit code view and press F5 to run. Your own web browser! In less than the time it takes to start IE (almost - lol)! Any questions or if it doesn't work please let me know!
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Special browser in Java (Project) stalefish Java 3 Feb 9th, 2008 4:22 PM
Browser With PHP Bulit In PhilBon PHP 5 Dec 4th, 2006 11:43 PM
building a browser toolbar va1damar Java 2 Mar 20th, 2006 9:29 AM
creating browser toolbar va1damar Project Ideas 2 Mar 15th, 2006 2:45 PM
creating an application that stands between the browser and the serve ronias Visual Basic 5 Oct 30th, 2005 4:22 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:11 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC