![]() |
|
C# Open Source Browser - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: C# Open Source Browser (/Thread-C-Open-Source-Browser) Pages:
1
2
|
C# Open Source Browser - Fusion - 06-23-2015 This IS a tabbed browser now ![]() Some screen shots. Spoiler:![]() ![]() Source Code: Github Any suggestions let me know ![]() Hope you enjoy! RE: C# Open Source Browser - Oxyrus - 06-23-2015 I have coded a browser in C# as well, but I always return to Firefox hehe Nice share
RE: C# Open Source Browser - Fusion - 06-23-2015 (06-23-2015, 10:42 PM)Oxyrus Wrote: I have coded a browser in C# as well, but I always return to Firefox hehe Yea this uses Gecko so its like Mozilla also hases tabs
RE: C# Open Source Browser - Jasper - 06-23-2015 Looks really cool. Nice work, Fusion! RE: C# Open Source Browser - 3rd_Power - 06-24-2015 Good job, building a web browser is always one of the things I like to do, every time I start a new language. It also gives some satisfaction, seeing you own creation surfing the web. RE: C# Open Source Browser - Fusion - 06-24-2015 (06-24-2015, 12:46 AM)Prime02 Wrote: Good job, building a web browser is always one of the things I like to do, every time I start a new language. It also gives some satisfaction, seeing you own creation surfing the web.Yea same plus I was just bored and I saw a lot of posts on HF asking how to do this and that by a few people all leading to waht I thought was a web browser and some kid made a Java one so I made a C# one. RE: C# Open Source Browser - Kill - 06-24-2015 (06-24-2015, 01:45 AM)Fusion Wrote:(06-24-2015, 12:46 AM)Prime02 Wrote: Good job, building a web browser is always one of the things I like to do, every time I start a new language. It also gives some satisfaction, seeing you own creation surfing the web.Yea same plus I was just bored and I saw a lot of posts on HF asking how to do this and that by a few people all leading to waht I thought was a web browser and some kid made a Java one so I made a C# one. Now making browsers became a kids thing xD RE: C# Open Source Browser - Chroma - 06-24-2015 Gz on this Fusion. It's pretty cool to see your creation do something like browse the internet
RE: C# Open Source Browser - Fusion - 06-24-2015 (06-24-2015, 01:46 AM)Kill Wrote:(06-24-2015, 01:45 AM)Fusion Wrote:(06-24-2015, 12:46 AM)Prime02 Wrote: Good job, building a web browser is always one of the things I like to do, every time I start a new language. It also gives some satisfaction, seeing you own creation surfing the web.Yea same plus I was just bored and I saw a lot of posts on HF asking how to do this and that by a few people all leading to waht I thought was a web browser and some kid made a Java one so I made a C# one. Is there a problem? RE: C# Open Source Browser - Zodiac - 06-24-2015 Looks good. Good job. |