Results 1 to 10 of 27
Thread: Basic WebBrowser that I made
-
09-06-2010 #1
Basic WebBrowser that I made
Hi guys,
Just made a webbrowser in visual basic and i wanted to share it with you.
This is my first time making a webbrowser, so don't expect it to be a good as Firefox.
MEGAUPLOAD - The leading online storage and file delivery service
Run the setup and the program would load.
NOTE: There is no viruses in the setup, scan if you want but it is clean
-
09-06-2010 #2
Re: Basic WebBrowser that I made
Oh yeah Does The Browser Also Key Vault You And Send 1000 Virus'?
-
09-06-2010 #3
-
09-06-2010 #4
Re: Basic WebBrowser that I made
Lol i can understand but use are way to paranoid maybe do it yourself as its more trust worthy and take a look in reflector and ull see its clean.
-
09-06-2010 #5
Re: Basic WebBrowser that I made
-
09-06-2010 #6
-
09-06-2010 #7
-
09-06-2010 #8
-
09-06-2010 #9
Re: Basic WebBrowser that I made
-
09-06-2010 #10Official Grapist
- Join Date
- Jul 2010
- Location
- !↨ ↨ΦΘΘB7▐♂▬!*▀
- Age
- 19
- Posts
- 3,284
- Thanks
- 719
- Gamertag
- Crazzzme
Re: Basic WebBrowser that I made
wait VB has a web browser control. so pretty much your saying look here i dragged and dropped and wrote this
OMG The whole source code just drag in a webbrowser ,text box and some buttons and name them accordinglyCode:Public Class Form1 Private Sub cmdGo_click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdGo.Click webbrowser1.navigate (Url.text) End Sub Private Sub cmdFWD(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdFWD.Click WebBrowser1.GoForward() End Sub Private Sub cmdBCK(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdBCK.Click Webbrowser1.GoBack() End Sub Private Sub cmdRefresh(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdRefresh.Click WebBrowser1.GoForward() End Sub End ClassLast edited by Hunter; 09-06-2010 at 07:08 PM.
Press thanks if i helped you
and If i helped you dont be a little ass and not thank me.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks