A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

LG Web Browser

1.3k views · started by 323 ·
#1
LG Web Browser
I'm making a web browser for LG! When I'm done I'll post the link to download it here :D Its going to be made using Visual Basic 6.0 (Because I can't find a version of VB 2008 Portable)

When I post download link, just +Rep if you like it :D

Thanks,

~Flareboy323

EDIT: Ugh VB6 keeps saying this is a glitch:

Private Sub Form_Load()
WebBrowser1.Navigate ("http://www.logicalgamers.com")
End Sub


After I debug I'll post the .exe file in a mediafire link :D

EDIT2: Still debugging, trying to fix the glitch where it wont let you go to any website but the homepage x.x any uber-experienced VB coders wanna help?

EDIT3: Still degbugging again. Thinking of adding a loading bar, right now the browser is like prehistoric.
#2
Why are you using the default web browser in VB6? Its crap and very slow. It uses like IE6.. Its terrible.

Build one yourself using http wrappers and html parsers
#3
I'll try, sorry I'm just beginning with Visual Basic. Also do you know of a VB 2008 Express Portable?
#5
I've been googling xD can't find shit
#6
Why don't you just build your own Chromium browser like a REAL programmer?
#8
Private Sub Form_Load()
WebBrowser1.Navigate("http://www.logicalgamers.com")
End Sub

---------- Post added at 12:15 PM ---------- Previous post was at 11:53 AM ----------

Wait i just reconized you want it as a button? if so

make a button then write "Webbrowser1.Navigate("www.logicalgamers.com")