Jump to content

[Visual Basic] - Create Your Own Browser


PresidenT AnaS
 Share

Recommended Posts

Hi You can create your own browser like Google Chrome & opera ..etc + modify ( design - Background - Logo ) 

You need:

Visual Basic ( 2010 - 2012 - 2015 ..etc) 

 

Open Visual Basic "The user in the video is Visual basic studio 2010"
Set the appropriate size fof your  form
Place the button + textbox in the form and change the name of Button(1,2,3,4,5 and textBox).

-----------------------------------------

Then you'll need these codes:
 

1 / WebBrowser1.goback()        >>> Button1
 2/ WebBrowser1.GoForward()     >>> Button2
 3/ WebBrowser1.refresh()          >>>> Button3
4/ WebBrowser1.navigate("www.google.com'')         >>>>  Button4
5/ WebBrowser1.navigate(textbox1.text)      >>>> Textbox

 

------------------------------------------
VIDEO Link:  ( Video language: Arabic+English Version) #President_Anas

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.