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 - BlueCat - 05-25-2014

(05-25-2014, 04:24 AM)Fish Wrote:
(05-25-2014, 04:06 AM)Jinxed Wrote:
(05-25-2014, 04:02 AM)Fish Wrote:
(05-25-2014, 03:16 AM)Jinxed 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?)

It looks like he/she's using the original "WebBrowser" tool from VS/VB.NET, which is based off of Internet Explorer.

And to the OP, I'm totally digging it so far! Great job!
Huh. Never knew. I might actually do this now!

I've gotta say, in Visual Studio it's pretty easy to make a browser (a lot harder for a nicer looking one). If you want to opt out of using IE as a base, there's a Firefox based browser tool.

Also, if you really want a challenge, try to write one in C#!

Good luck!

Yeah everything is right what you have said. Thanks a lot.

@'Jinxed' I will hopefully be releasing a beta version today. :Smile:


RE: My first web browser - Boomslang - 05-28-2014

You can make your own graphics with PS and include them to your webbrowser. Visual Studio let you do that.


RE: My first web browser - ThaCoderMan - 06-20-2014

Work on your looks, no one likes and "ugly" gui, Tongue Nice work tho I think it's pretty cool if you are a beginner.


RE: My first web browser - alok9shm - 06-21-2014

Cool, Try and give the UI a boost.

I like custom-made stuff for myself, be it a shirt, or a browser. Even I'm working on my own Android Browser.


RE: My first web browser - Sebkvernland - 06-21-2014

From the picture it looks good :Smile:

Could you release the source or an executable? So we can test it?


RE: My first web browser - BlueCat - 06-21-2014

(06-21-2014, 03:56 PM)Sebkvernland Wrote: From the picture it looks good :Smile:

Could you release the source or an executable? So we can test it?

released it ages ago.


http://www.hackcommunity.com/Thread-release-Blue-Cats-Browser-Beta


RE: My first web browser - Sebkvernland - 06-22-2014

(06-21-2014, 04:14 PM)BlueCat Wrote: released it ages ago.

Oh.. My bad :Smile:

I tested it. It was good but could you make it resizable (using anchors)?


RE: My first web browser - BlueCat - 06-22-2014

(06-22-2014, 01:05 PM)Sebkvernland Wrote:
(06-21-2014, 04:14 PM)BlueCat Wrote: released it ages ago.

Oh.. My bad :Smile:

I tested it. It was good but could you make it resizable (using anchors)?

Sure


RE: My first web browser - shahroze - 06-28-2014

Can u please share its source and procedure thanks


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

The url textbox doesn't look very good. Try messing around with the font and the font size.