Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    How to build a simple and smart webbrowser in VB


    pking
     Share

    Recommended Posts

    Hello guys here you see how to build a simple and a smart webbrowser in vb.

     

    first you need to start vb and the windows forms application.

     

    then you need to pick the following items: toolstrip and make some 7 toolstripbuttons and a toolstriptextbox. Pick a webbrowser and make the url: http://www.ghbsys.net/.

    scroll down and make a suppressed browser from it. (when you change it you cant get errors when watching youtube or advertsiments.)

    set the image into text of the toolstripbuttons and make the toolstriptextbox longer.

    go to the toolstriptextbox and watch by properties down by autocomplete and turn the 1 on: all url and the one under this one on: suggest append.

    then the last thing you need to do is add the codes:

     

    WebBrowser1.Goback()
    WebBrowser1.Goforward()
    WebBrowser1.Navigate(urlstring:="http://www.ghbsys.net/")
    WebBrowser1.Navigate(toolstriptextbox1.text)
    WebBrowser1.Refresh()
    WebBrowser1.Navigate(urlString:="http://www.facebook.com/")

     

    (I made from the form a sizable toolwindow.)

     

    form text(your browser name)

     

    used text for toolstripbuttons:

     

    webdings and wingdings 3 (are fonts)

     

    images used:

    facebook logo

     

    images of my browser you can find here:

     

    image 1

    image 2

    image 3

     

    good luck

     

    for help you can contact me.

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...