1. Download Visual Basic by clicking here.
2. Goto ->Start ->All Programs ->Microsoft Visual Basic 2005 Express Edition.
3. When Visual Basic is opened, goto ->File ->New Project.
4. Click on the icon titled "Windows Applications" under "Visual Studio installed templates".
5. Next to "Name:", erase WindowsApplication1 and type in a name for your project (Ex. Web Browser).
6. Click on the button titled "OK".
7. At the top of the program, click on the button that is circled in the image below, then expand "All Windows Form" in the window that pops up on the left side.
8. Drag over the items circled in the image below into the window titled "Form1". You may re-size and/or move the items you dragged over to your liking.
9. Click on the button you have dragged over titled "Button1".
10. On the bottom right of the program in the properties box, scroll down to "Text".
11. Next to "Text", type in what you want the button to say on it (Ex. Go).
12. Double click the text box.
13. The typing cursor should automatically be where you type the code in after the text box is duble clicked. Type in the following code:
Code: Select all
WebBrowser1.Navigate(TextBox1.Text)
14. Goto ->Project ->(Project Name) Properties in the toolbar of Visual Basic.
15. A new window should appear n Visual Basic. At the left of the window, click on "Compile".
15. Scroll all the way to the right using the sroll bar.
16. Click on the button titled "Browse...".
17. Choose a directory you want to save your program to (Ex. Desktop).
18. Goto ->Build ->Build (Project Name) in the toolbar at the top of Visual Basic.
19. Close out of Visual Basic.
You are now done making your program! I hope you enjoy it! Please visit http://www.modsforhalo.com to support us, and please pin this!