Making Your Own Web Browser- VB

First of for those that don’t know, a ‘web browser’ is the thing
that allows you to be reading this blog right now, it is the
software eg. Internet Explorer, Mozilla Firefox, Opera, Safari etc.
And here I will be showing you how to make you very own
web browser using Visual Basic.

First off, if you don’t have Microsoft Visual Basic then click here.
It is entirely free, once downloaded, installed and registered (which is also free) then we can begin.

Congratulations! If you managed to pull it off and follow the instructions in the
video above then I congratulate you.
If you couldn’t manage to pull it off and need some help feel free to
comment, I will always be providing support if you need help.

Now I have some EXTRAS that you can add to the web browser:

This is the code for the YouTube Download button:

WebBrowser1.Navigate(“javascript:if(document.location.href.match(/http://[a-zA-Z.]*youtube.com/watch/)){document.location.href=’http://www.youtube.com/get_video?fmt=’+(isHDAvailable?’22’:’18’)+’&video_id=’+swfArgs[‘video_id’]+’&t=’+swfArgs[‘t’]}”)

If it doesn’t work make sure it is 1 line, when coding make sure that all the script
only takes up 1 line and not more, like above which takes up 4 lines.
Again, if you need help feel free to comment or click the contact me link at
the top of this blog.

Hope you enjoyed making your own web browser!!!

Getting to know how Visual Basic works yet?

Leave a Reply