Creating a New Browser

It was clearly a joke ..
Beat thing to do is make a basic on on visual basic, then start working in a custom made one .
 
There are plenty of tutorials on YouTube to teach you how to make a Web Browser with Visual Basic.net, but they are mostly for making web browsers which uses the Internet Explorer Trident browser.
 
Instead of trying to develop a web browser, why don't you try developing some other tools?

With big guys in industry like Firefox, Chrome, IE, opera, etc; you will have very less chance anyone would use your browser. If you make something better and unique than them, they yeah! People would use it, but with the little programming knowledge you seems to have, and lack of a proper team, you can't develop a browser better than Firefox. No offence.
 
Code::Blocks is what I use to develop in C++.

Anyway...

If your browser will be proprietary (Not open source), you can just base it on Google Chrome. If open source, then either Chrome or Firefox. Since it seems to have momentum in the market, it looks like a good decision. But WebKit is LGPL, meaning you cannot make a proprietary redistribution of that software, but can include it with proprietary components.

You probably won't be able to compete too well, though.
 
anusha said:
To create a new browser, follow these steps:
1. Highlight the selected folder or browser
2.On the Browsers menu, click Add and
press CTRL-B
right-click on the folder or browser you wish to assign as this new browser’s parent, and choose the Add from to the popup menu.
3. The Browser form will now open.
Dude that's awesome! Broski I had no idea that's how mozilla devs create new versions of firefox. Mind = Blown. Member of the Decade material right here folks
 
anusha said:
To create a new browser, follow these steps:
1. Highlight the selected folder or browser
2.On the Browsers menu, click Add and
press CTRL-B
right-click on the folder or browser you wish to assign as this new browser’s parent, and choose the Add from to the popup menu.
3. The Browser form will now open.
I don't understand that but I don't blame myself. :rofl:
 
Back
Top Bottom