Simple WebBrowser Tut

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
8 posts Page 1 of 1
Contributors
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Simple WebBrowser Tut
Jg99
Hello, here is how to make a webbrowser tut for noobs
Ist add 5 buttons
make their text Back, forward, Stop, Refresh, Go
add a textbox
add a webbrowser control

Double click on each button and paste the correct code.
Here is the code
Code: Select all
 
Back
Webbrowser1.GoBack
Forward:
Webbrowser1.GoForward
Refresh:
Webbrowser1.Refresh

Stop:
Webbrowser1.Stop

Go:
Webbrowser1.Navigate(TextBox1.Text)
there you have it, a simple webbrowser
http://www.sctechusa.com SilverCloud Website
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Re: Simple WebBrowser Tut
XTechVB
Hi Jg99 and Welcome on codenstuff.com. First i want to say that i like the Tutorial very simple and easy to understand for a beginner . you are probably wonder why did no one posted a comment on it? well that's because the tutorial is too simple and almost anyone knows how to make a webbrowser, and there are very few beginners here because here on codenstuff everyone becomes and advanced programmer over night.
Enjoy! cooll;
You can find me on Facebook or on Skype mihai_92b
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

Re: Simple WebBrowser Tut
Napster1488
U should make some more Avanced Tutorial like a Tabbed WebBrowser with History,Bookmark Function or something ;)
Maybe i gonna Post such Tutorial,i already created Tabbed Browser with IE Browser and Gecko.
YouTube Downloader v3.0
Image
Image
Image
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Re: Simple WebBrowser Tut
Jg99
I could do a tut on a tabbed webkit browser (MDi Tab Control)
and more
http://www.sctechusa.com SilverCloud Website
User avatar
Bogoh67
VIP - Site Partner
VIP - Site Partner
Posts: 656
Joined: Sun Apr 18, 2010 8:20 pm

Re: Simple WebBrowser Tut
Bogoh67
you should explain which each line of code means because i know newbies will be coming round the corner and won't understand anything
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Simple WebBrowser Tut
mandai
Bogoh67 wrote:
you should explain which each line of code means because i know newbies will be coming round the corner and won't understand anything
The meaning is in the function names.
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Simple WebBrowser Tut
Axel
mandai wrote:
Bogoh67 wrote:
you should explain which each line of code means because i know newbies will be coming round the corner and won't understand anything
The meaning is in the function names.
And that code is pretty much understandable if you only understand English
http://vagex.com/?ref=25000
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Simple WebBrowser Tut
Agust1337
There are really many if I remember, many tutorials about how to make a webbrowser here.
Top-notch casual Dating
8 posts Page 1 of 1
Return to “Tutorials”