Page 1 of 1

LWBrowser 0.0.0.2

Posted: Mon Jan 26, 2009 4:30 am
by SetoTK
A Simple Browser coded in VB.NET 2008

Lost Worlds Browser is a simple browser

Icons courtesy of famfamfam.com


Installable Version : Zipped Rarred
Just the .exe Executable


Disclaimer !
By downloading and using this product you exclude Lost Worlds Network and any site hosting the application from any form of liability as well as everyone who contributed code, assisted in testing etc.
Lost Worlds Network will not accept liabilty for any damage, injury or death that may occur during the use of this program.
While every effort has been taken to ensure that no harm will come to you or your system (computer) while using LWBrowser there are instances where this can occur.

Posted: Mon Jan 26, 2009 4:55 am
by froggyboy604
Cool, I like the icons.

Posted: Mon Jan 26, 2009 7:23 am
by SetoTK
Awesome, i spent a bit of time learning how to implement functions, learned abit but still heaps i don't quite understand

Posted: Tue Mar 03, 2009 9:27 am
by froggyboy604
Can I have the source code for the toolbar which shows the previously visited websites on the address bar in a drop down menu?

Posted: Wed Mar 04, 2009 6:28 pm
by SetoTK
Set AutoCompleteMode Suggest
And
Set AutoCompleteSource AllUrl

in the propeties box for the address bar

Posted: Thu Mar 05, 2009 10:13 am
by froggyboy604
cool thanks it works.