I'm making a web browser for LG! When I'm done I'll post the link to download it here 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
Thanks,
~Flareboy323
EDIT: Ugh VB6 keeps saying this is a glitch:
After I debug I'll post the .exe file in a mediafire linkCode:Private Sub Form_Load() WebBrowser1.Navigate ("http://www.logicalgamers.com") End Sub
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.
Results 1 to 8 of 8
Thread: LG Web Browser
- 03 Feb. 2011 11:04pm #1
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.00
LG Web Browser
Last edited by 323; 03 Feb. 2011 at 11:44pm.
- 04 Feb. 2011 12:45am #2
- 04 Feb. 2011 01:15am #3
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.00
I'll try, sorry I'm just beginning with Visual Basic. Also do you know of a VB 2008 Express Portable?
- 04 Feb. 2011 03:13am #4
Microsoft Visual Studio Express - Build cutting edge Windows applications
Google search maybe?
- 04 Feb. 2011 04:39am #5
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.00
I've been googling xD can't find shit
- 13 Mar. 2011 06:27am #6
Why don't you just build your own Chromium browser like a REAL programmer?
- 13 Mar. 2011 06:32am #7
- 10 Apr. 2011 12:15pm #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")