Sinisterly
My first web browser - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: My first web browser (/Thread-My-first-web-browser)

Pages: 1 2 3


RE: My first web browser - Lynux - 08-03-2014

That looks pretty nice actually, I would like to test it sometime which OS does it run, just Win 8 or Win 7 as well?


RE: My first web browser - Templar.Clown - 08-03-2014

(05-25-2014, 03:16 AM)[blank] Wrote: Are you basing it off of anything (like how TOR is spun off Firefox) or coding from scratch? Either way, I think it's pretty impressive. Making a browser is something I've wanted to do for a while but never got around to. Good job and keep it up!
(also, would the browser and/or source code ever be available?)

I really don't mean to be a debby downer but browsers are incredibly simple to make. You're asking us to criticize something that the code is widely available for and has been done thousands of time. If this is truly your first time writing the code the gj, if you took the code from a tutorial line for line, then shame on you. If anything try to implement something that makes your browser unique instead of piggy backing off the .net framework and essentially creating another InternetExplorer.