Login Register






Poll: Was this tutorial good?
You do not have permission to vote in this poll.
Yes
66.67%
2 66.67%
No
33.33%
1 33.33%
Total 3 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average


Simple WebBrowser filter_list
Author
Message
Simple WebBrowser #1
Tutorial By Ascension

Welcome at another tutorial made by Ascension.
In this tutorial i'm going to teach/learn you guys:
How to make a SIMPLE webbrowser.
Okay, let's start.

First, add 5 buttons called:
Back
Forward
Refresh
Go
Home

Add a textbox too between Refresh and Go.

And a webbrowser ofcourse haha.

It should be looking like this, or you got a other design. Whatever:
[Image: 3u4nYWy.png]

If you want a homepage.
1 Click on the webbrowser, scroll down and search for URL.
Then type the homepage you want.
My homepage is: http://www.google.com
It's right here:
[Image: xN4gJFE.png]

Now the coding part:
Double click on the button called 'Back' and enter the code:
Code:
webbrowser1.GoBack()

Double click on the button called 'Forward' and enter the code:
Code:
webbrowser1.Forward()

Double click on the button called 'Refresh' and enter the code:
Code:
webbrowser1.Refresh()

Double click on the button called 'Back' and enter the code:
Code:
webbrowser1.GoBack()

Double click on the button called 'Go' and enter the code:
Code:
webbrowser1.Navigate(textbox1.Text)

And the last button.
Double click on the button called 'Home' and enter the code:
Code:
webbrowser1.Navigate("your homepage")

After you coded the browser, debug it.
And tadaaaaa you just made your own webbrowser!

Tutorial made by Ascension
All credits to me Biggrin

Thanks for following this tutorial, have a nice day!

Reply

RE: Simple WebBrowser #2
Will it support HTML5 codes, flash(youtube vids and all), AJAX, jQuery, javascript, etc. etc?
[Image: 2YpkRjy.png]
PM me if you need help.
My pastebin HERE. My URL Shortener HERE.

Reply

RE: Simple WebBrowser #3
(03-21-2013, 06:12 AM)The Alchemist Wrote: Will it support HTML5 codes, flash(youtube vids and all), AJAX, jQuery, javascript, etc. etc?

well webbrowser plugin uses internet explorer engine so if all that works in IE it will work with this.

Reply

RE: Simple WebBrowser #4
i just started with visual studio, so this tut is very helpful thank you!!!! Wink
[Image: HChelpers_zps3210ab3a.png]

Reply

RE: Simple WebBrowser #5
(03-21-2013, 06:17 AM)H4R0015K Wrote:
(03-21-2013, 06:12 AM)The Alchemist Wrote: Will it support HTML5 codes, flash(youtube vids and all), AJAX, jQuery, javascript, etc. etc?

well webbrowser plugin uses internet explorer engine so if all that works in IE it will work with this.

Nope, that would be wrong... Keep in mind this control is an old version of IE. (IE 7.0 to be exact.)

IE 7.0 definitely doesn't have HTML5 support as HTML5 didn't even come out until a few versions of IE later.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Simple WebBrowser #6
(03-21-2013, 06:17 AM)Exploits Wrote: i just started with visual studio, so this tut is very helpful thank you!!!! Wink

I´m glad i helped you! Smile

Reply







Users browsing this thread: 1 Guest(s)