tutorial- web browser

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.
3 posts Page 1 of 1
Contributors
User avatar
iOioiOi
Just Registered
Just Registered
Posts: 7
Joined: Wed Sep 26, 2012 6:14 pm

tutorial- web browser
iOioiOi
hello this is my first tutorial hope you like it.
in this tutorial i will be showing you how to make a real webbrowser that works like ie or firefox!

you need:
1 webbrowser
1 toolstrip


place them both and then in the webbrowser's settings choose dock: Fill, so it will be full screen, now add 5 buttons on the toolstrip

1- back
2- forward
3- refresh
4- home
5- go


and 1 textbox, be sure to change the textbox's name to "txturl" and then start coding it!

back button:
Code: Select all
Webbrowser1.GoBack()
forward button:
Code: Select all
Webbrowser1.GoForward()
refresh button:
Code: Select all
Webbrowser1.Refresh()
home button:
Code: Select all
Webbrowser1.GoHome()
go button:
Code: Select all
Webbrowser1.Navigate(txturl.text)
Done!!


You can also add buttons like for example a google button for fast access, just add this code with the website:
Code: Select all
Webbrowser1.Navigate("www.google.com") 'or any website

hope you liked the tutorial! +rep and like for more :P

thank you!
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Re: tutorial- web browser
3aaBrSbeel
Great tutorial my friend, and welcome to the site. +Rep cooll;
Hope you have more tuts to share.
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: tutorial- web browser
Shim
nice tutorial mate ! Hope you will write more
Find my programs on Softpedia
3 posts Page 1 of 1
Return to “Tutorials”