Forbidden Hackers

Please Login or Register and help this community grow : )
Registration:https://forbiddenhackers.forumotion.com/register
Login:https://forbiddenhackers.forumotion.com/login


Join the forum, it's quick and easy

Forbidden Hackers

Please Login or Register and help this community grow : )
Registration:https://forbiddenhackers.forumotion.com/register
Login:https://forbiddenhackers.forumotion.com/login

Forbidden Hackers

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Game Play Is Yours!

Welcome To Forbidden Hackers

Navigation

Log in

I forgot my password

Navigation

Latest topics

» Can Anyone Hack This Website?
How to make a Web Browser EmptyFri Jul 22, 2011 11:44 pm by TheDude

» Hacking Intruders & Forge Hacking MUST READ!!!!!!!!!!
How to make a Web Browser EmptyTue Jan 18, 2011 10:01 pm by ForbiddenHacker

» Hacking Intruders & Forge Hacking MUST READ!!!!!!!!!!
How to make a Web Browser EmptyTue Jan 18, 2011 9:59 pm by ForbiddenHacker

» HackingIntruders
How to make a Web Browser EmptySun Jan 16, 2011 11:50 pm by Führer

» My good as signature picture
How to make a Web Browser EmptySun Jan 16, 2011 6:26 pm by Führer

» RuneScape Beta
How to make a Web Browser EmptySun Jan 16, 2011 4:23 pm by ForbiddenHacker

» FH Official CA Cleaner
How to make a Web Browser EmptyFri Jan 14, 2011 10:47 pm by Führer

» Newest and updated Video
How to make a Web Browser EmptyWed Jan 05, 2011 12:14 am by ForbiddenHacker

» How to make a Web Browser
How to make a Web Browser EmptyTue Jan 04, 2011 8:05 pm by ForbiddenHacker

Statistics

Our users have posted a total of 71 messages in 36 subjects

We have 23 registered users

The newest registered user is GABarney


    How to make a Web Browser

    ForbiddenHacker
    ForbiddenHacker
    Semi-L33cher
    Semi-L33cher


    Join date : 2010-12-20

    How to make a Web Browser Empty How to make a Web Browser

    Post by ForbiddenHacker Tue Jan 04, 2011 8:05 pm

    I have Decided to post how to make a web browser sence as no one else has on this site

    Thins you need:
    VB 2010
    Experience

    TUT.

    1. open VB 2010, start a windows form application (name it what ever you want) ( click form1 and goto the properties at the bottom land hand corner
    and put the size : 1024, 768)

    2. add 5 buttons,
    Name them
    1:a. Go
    1:b. Stop
    2:c. Forward
    3:d. Back
    4:e. Refresh



    3. Open The ToolBar and Search "Panel"

    4. Open "Panel's" Properties down left hand side and fine "dock"
    Click the collaspe button and select the top button.

    5. look for "Status Strip" in the toolbar and put is at the bottom of the Application. now find this button
    How to make a Web Browser Untitl10
    Click it and select progress bar

    6.find "Web Browser" in the toolbar and drag it to the app and goto properties and find "URL" and type what ever URL you want (e.g.
    https://forbiddenhackers.forumotion.com/forum)

    7.add a label (not URL label) and a text, name the label URL

    Place buttons in this order:
    How to make a Web Browser Untitl11

    8. double click on Go and type this code
    Code:
    WebBrowser1.Navigate(TextBox1.Text)

    9. now double click "stop"
    and type this code:
    Code:
     WebBrowser1.Stop()

    10. now double click "Refresh", "Forward" and "Back"
    and type these codes
    Code:
    WebBrowser1.Refresh()
     WebBrowser1.GoForward()
     WebBrowser1.GoBack()

    Now click build and you should be done!

    Thank me if i helped at all Smile Smile

    Forbidden Hackers Web browser attachment:

      Similar topics

      -

      Current date/time is Mon Mar 18, 2024 11:55 pm