Very BASIC Web browser...

Cool ways to do cool things.
Post Reply
KcDan
Posts: 2
Joined: Fri Aug 12, 2005 4:13 pm
Location: Delaware

Very BASIC Web browser...

Post by KcDan »

Image
An example on how to interact with an already made LB form and modify it.
Includes VB source right when you go into the zip, and then the JB source and TheEXE.exe in the done sub folder.
Attachments
JBWB.zip
(7.67 KiB) Downloaded 1141 times
XZ
Posts: 2
Joined: Thu Jan 05, 2006 10:06 pm

Post by XZ »

Very nice program but is it possible to transform it in just one bas file...
defcon
Posts: 6
Joined: Sun Dec 03, 2006 11:56 pm

Post by defcon »

my only nitpick is the "Yay finished displaying page" notice box. other than that, it's a great JB browser.
skeddles
Posts: 1
Joined: Sat Dec 23, 2006 12:08 am

Post by skeddles »

wow, most site load even faster than Mozilla fire fox! Great job!

only thing is the "yaydone" and the fact that you cant resize the window.
Check out my pixel art gallery! :http://www.pixeljoint.com/p/8024.htm?

and if you love magical trevor, join this:
http://z8.invisionfree.com/MagicalTrevorShrine/inde
tommy49646
Posts: 2
Joined: Tue Aug 28, 2007 1:59 pm
Location: Michigan, USA

Re: Very BASIC Web browser...

Post by tommy49646 »

KcDan wrote:Image
An example on how to interact with an already made LB form and modify it.
Includes VB source right when you go into the zip, and then the JB source and TheEXE.exe in the done sub folder.
I have a question about your browser. I hope I can ask it in an understandable way. Well here goes.

I changed the line
open "[change me im awsome]" for window_nf as #kc
to:
open "[change me im awsome]" for window as #kc

This way I could resize the window. When I do this this the window the browser is in stays the same size. I would like that window to be bigger. Is there some way to do this?
I am trying to make an easy to use browser for the kids but the smaller window is very annoying for them.
Post Reply