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
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
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
there you have it, a simple webbrowser
Back
Webbrowser1.GoBack
Forward:
Webbrowser1.GoForward
Refresh:
Webbrowser1.Refresh
Stop:
Webbrowser1.Stop
Go:
Webbrowser1.Navigate(TextBox1.Text)
http://www.sctechusa.com SilverCloud Website
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;
Enjoy! cooll;
You can find me on Facebook or on Skype mihai_92b
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.
Maybe i gonna Post such Tutorial,i already created Tabbed Browser with IE Browser and Gecko.
I could do a tut on a tabbed webkit browser (MDi Tab Control)
and more
and more
http://www.sctechusa.com SilverCloud Website
you should explain which each line of code means because i know newbies will be coming round the corner and won't understand anything
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 anythingThe meaning is in the function names.
mandai wrote:And that code is pretty much understandable if you only understand EnglishBogoh67 wrote:you should explain which each line of code means because i know newbies will be coming round the corner and won't understand anythingThe meaning is in the function names.
There are really many if I remember, many tutorials about how to make a webbrowser here.
8 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023