Login Register


B13 Browser filter_list
Author
Message
B13 Browser #1
So I've been messing with Visual Basic a lot lately(Sorry, Zeb) and I've made multiple browsers. I decided I would like to hear your opinions on one of them. Basic 13 or B13.
Here's a screenshot of it.

[Image: 2z3owhk.jpg]

I know there's a typo at the top. "Created Duubz". Yes the browser gave brith to me. No, but anyways I would like for you guys to give it a shot. If you don't that's fine too. (Typo fixed. >_>)

The big red x at the top right is for closing the browser, and the arrow in a circle is refresh. You don't hit enter or anything when typing a link, it loads automatically during the typing of the links.

It's a really small file because of the amount of code into it. It's a five minute browser. >_>

Code:
Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Me.Close() Me.WindowState = FormWindowState.Maximized End Sub Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged WebBrowser1.Navigate(TextBox1.Text) End Sub Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click WebBrowser1.Refresh() End Sub End Class

That's it. Really simple right?
Anyways, download below if you want. If not whatever. ~Dub out.
[Image: BXqGARG.png]

Reply

RE: B13 Browser #2
If I'm not mistaken, the browser that's in VB is actually Internet Explorer. Good Job though, but I would have to say a big No No this time. xD
[Image: dHJ4Beo.gif]
Hidden Lesson: Reactions are always instinctive whereas responses are always well thought of.

Reply

RE: B13 Browser #3
(12-14-2013, 12:54 PM)OversouL Wrote: If I'm not mistaken, the browser that's in VB is actually Internet Explorer. Good Job though, but I would have to say a big No No this time. xD

Eh, either way it's about the fun of it. Smile
[Image: BXqGARG.png]

Reply

RE: B13 Browser #4
(12-14-2013, 12:55 PM)Duubz Wrote: Eh, either way it's about the fun of it. Smile

Very true indeed.

Nice work, anyways.
[Image: R5aCcWV.png]

Reply

RE: B13 Browser #5
(12-14-2013, 12:47 PM)Duubz Wrote:
Code:
Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Me.Close() Me.WindowState = FormWindowState.Maximized End Sub Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged WebBrowser1.Navigate(TextBox1.Text) End Sub Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click WebBrowser1.Refresh() End Sub End Class

At first: pleeaaaseeee name your components like tbWebAdress (tb for TextBox) or something Wink

and it looks quite good for a newbee Wink
try loading a pdf in your webBrowser or pass over a local path, it will work Wink
so the inbuild webbrowser is kinda cool for showing different kinds of files, but NOT for browsing the web ^^

have a nice day
Azrael

Reply

Re: RE: B13 Browser #6
(12-17-2013, 07:34 PM)Azrael Wrote: At first: pleeaaaseeee name your components like tbWebAdress (tb for TextBox) or something Wink

and it looks quite good for a newbee Wink
try loading a pdf in your webBrowser or pass over a local path, it will work Wink
so the inbuild webbrowser is kinda cool for showing different kinds of files, but NOT for browsing the web ^^

have a nice day
Azrael

I am not really new at vb. I've used it for quite sometime. I made this out of five minutes and boredom.
[Image: BXqGARG.png]

Reply

RE: B13 Browser #7
(12-17-2013, 07:41 PM)Duubz Wrote: I am not really new at vb. I've used it for quite sometime. I made this out of five minutes and boredom.

Okay, just wanted to give you some tips ^^

Reply







Users browsing this thread: