This tutorial will teach you how to make a Firefox Webbrowser. Unlike the Internet Explorer (default one) this one is faster and better.
Requirements
1. Visual Basic
2. Coding Experience in vb.net
3. A Brain
Tutorial
1. First go to http://webkitdotnet.sourceforge.net/downloads.php and click on Win32 Binary File
![[IMG]](http://gyazo.com/10ca682be9b95b4f7cbd98a88b6a9346.png?1342863008)
2. Open the download zip using 7-zip or some archiver.
3. Extract it to a local directory.
4. Open Visual Basic (or Visual Studio)
5. Click on New Project
![[IMG]](http://gyazo.com/8a3b4b48bce63ed334014fc691d7dd84.png?1342863113)
6. Create a new project
7. You will see a window similar like this.
![[IMG]](http://gyazo.com/2d2e377fb43e72071fea0badeff9ce40.png?1342862701)
8. Click on Tools > Choose Toolbox Items
![[IMG]](http://gyazo.com/4e961340cb252672b12df095daef6db9.png?1342862750)
9. Click on browse and locate to the folder where you extracted the zip file.
10. Go to Extracted Folder > bin > WebKitBrowser.dll
11. Click ok
12. Save Project
13. Copy all files from the directory of Webkit
![[IMG]](http://gyazo.com/4f41d1e6087a3842406e3e3fe42dd2e5.png?1342862842)
14. Go to your Project Folder.
15. Navigate to C:\Users\"YOUR USERNAME"\Documents\Visual Studio 2010\Projects\"PROJECT NAME"\"PROJECT NAME"\bin\Debug folder
16. Paste it there.
17. Now go back to the project
17a. Check your Toolbox.
17b. You will find there is a Webbrowser Control is the last section of the Toolbox. Add it to your program.
18. Double click the form.
![[IMG]](http://gyazo.com/e000cc0bbab5df9df3611f343e0c7b4e.png?1342863147)
19. Type the following code.
![[IMG]](http://gyazo.com/8cc4dde1552efa76a347b01c947bda94.png?1342863206)
20. Now test your project.
21. You will get something like this.
![[IMG]](http://gyazo.com/492448a4d89220c6c8eabeb3561e072b.png?1342863752)
I know most of you will make a bot using this tutorial and go on with your life
but giving a thanks and rep is highly appreciated.
ref http://thebot.net/threads/vb-net-how-to-make-a-firefox-webbrowser.142359/
Requirements
1. Visual Basic
2. Coding Experience in vb.net
3. A Brain
Tutorial
1. First go to http://webkitdotnet.sourceforge.net/downloads.php and click on Win32 Binary File
![[IMG]](http://gyazo.com/10ca682be9b95b4f7cbd98a88b6a9346.png?1342863008)
2. Open the download zip using 7-zip or some archiver.
3. Extract it to a local directory.
4. Open Visual Basic (or Visual Studio)
5. Click on New Project
![[IMG]](http://gyazo.com/8a3b4b48bce63ed334014fc691d7dd84.png?1342863113)
6. Create a new project
7. You will see a window similar like this.
![[IMG]](http://gyazo.com/2d2e377fb43e72071fea0badeff9ce40.png?1342862701)
8. Click on Tools > Choose Toolbox Items
![[IMG]](http://gyazo.com/4e961340cb252672b12df095daef6db9.png?1342862750)
9. Click on browse and locate to the folder where you extracted the zip file.
10. Go to Extracted Folder > bin > WebKitBrowser.dll
11. Click ok
12. Save Project
13. Copy all files from the directory of Webkit
![[IMG]](http://gyazo.com/4f41d1e6087a3842406e3e3fe42dd2e5.png?1342862842)
14. Go to your Project Folder.
15. Navigate to C:\Users\"YOUR USERNAME"\Documents\Visual Studio 2010\Projects\"PROJECT NAME"\"PROJECT NAME"\bin\Debug folder
16. Paste it there.
17. Now go back to the project
17a. Check your Toolbox.
17b. You will find there is a Webbrowser Control is the last section of the Toolbox. Add it to your program.
18. Double click the form.
![[IMG]](http://gyazo.com/e000cc0bbab5df9df3611f343e0c7b4e.png?1342863147)
19. Type the following code.
![[IMG]](http://gyazo.com/8cc4dde1552efa76a347b01c947bda94.png?1342863206)
20. Now test your project.
21. You will get something like this.
![[IMG]](http://gyazo.com/492448a4d89220c6c8eabeb3561e072b.png?1342863752)
I know most of you will make a bot using this tutorial and go on with your life


ref http://thebot.net/threads/vb-net-how-to-make-a-firefox-webbrowser.142359/