Hi, Wnat to know how to make my own browser.. Right, so it''s not on Interer Explore default Many thanks. Nick.
Well if you're wanting to make your own actual browser from the ground up it's a lot of work and you'll probably be using c++. Honestly I think there is no point there are plenty of others out there why would you want to even attempt to take on such a task.
You just want to make a modified version of IE? Well... if you need to ask how to do this, it is probably not worth the effort you will need to put into this. What changes did you want to make, there may be an alternative.
Look up the Windows browser controls (namely Internet Explorer) and you essentially have a full blown browser stripped to the basics. Only downfall is you'll be restricted to Windows only.
if you just want to "extend" IE, you can load up a vb or vb.net application, and just include and drag on the IE browser. they made their OCX public. Also th Mozilla engine is also free (what firefox is built on) but like others say, it's not a fast and easy task!
why would you want to do that ? if you want to customize your browser use firefox learn a bit of xul and you can pretty much make it how you want it.