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
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
6. Create a new project
7. You will see a window similar like this.
8. Click on Tools > Choose Toolbox Items
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
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.
19. Type the following code.
20. Now test your project.
21. You will get something like this.
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
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
6. Create a new project
7. You will see a window similar like this.
8. Click on Tools > Choose Toolbox Items
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
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.
19. Type the following code.
20. Now test your project.
21. You will get something like this.
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/