Page 1 of 1
Very BASIC Web browser...
Posted: Fri Aug 12, 2005 4:14 pm
by KcDan

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.
Posted: Sun Jan 15, 2006 2:42 am
by XZ
Very nice program but is it possible to transform it in just one bas file...
Posted: Tue Jan 09, 2007 3:22 am
by defcon
my only nitpick is the "Yay finished displaying page" notice box. other than that, it's a great JB browser.
Posted: Sun Apr 08, 2007 4:38 am
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.
Re: Very BASIC Web browser...
Posted: Mon May 19, 2008 3:01 pm
by tommy49646
KcDan wrote:
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.