954,089 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Selfmade Browser

I am wondering whether I can make a browser on my own with some graphical and functional customizations. I need a outfit with company logo, maybe some additional buttons with hardcoded links and when launches, it should go to a certain homepage that the user should not be able to change.
I'm not used to programming and a friend of mine said I had to spend thousands of dollars to let someone program this. Any help or suggestions are appreciated. Thanks in advance.

TerryJones
Newbie Poster
2 posts since May 2004
Reputation Points: 10
Solved Threads: 0
 

I know of a 'Learn Delphi 3' book that had an example and it tought how to make your own browser... should be easy enough to stick the company logo on it... just gotta find the book now. It was not one of those 'learn ??? in 21 days' or 'learn ??? in 24 hours' kinda books... but it was very explanitory.
Anyway I know it can be done easily with Delphi.

Natso
Junior Poster in Training
51 posts since May 2004
Reputation Points: 10
Solved Threads: 1
 

An alternative is to use one of those toolbar generation utilities to create a downloadable toolbar that can be integrated into the Internet Explorer browser. (Ever use the google, msn, or alexa toolbar?) It can customize the homepage and add a bunch of links (and even forms) to IE.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

Another alternative is to take the source for Mozilla Firebird (open source) make a few customisations to the source (graphics logos) and compile it for internal use. I don't think there would be licensing issues since it is open sourced anyway.

liliafan
Junior Poster
117 posts since Apr 2004
Reputation Points: 66
Solved Threads: 3
 

I think liliafan's idea works great, considering licensing issues and whatnot. Any of the Mozilla products (Navigator, Firefox, etc) would be great to modify, and you could redistribute it, assuming that you followed the terms of their licensing.

Also, not only could you rebrand the browser, but using their extensions framework, you could still create .xpi extensions that could provide additional functionality to your browser.

alc6379
Cookie... That's it
Team Colleague
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
 

Maybe there is another way, Terry!

In last month's issue of dotnet magazine I saw a program called browser's bob or similar, which was clearly a browser customizing tool for IE. I haven't really checked it out yet, but it maybe worth a try in your case.

Sabre
Newbie Poster
1 post since Jun 2004
Reputation Points: 10
Solved Threads: 0
 

One million thanks, buddy. I needed some time to find it. Actually, it is called browserbob and lies on www.browserbob.com . This is more than accurate. I have just downloaded and launched a trial version and if it delivers what it promises, I'll have that browser ready by tomorrow. A little bit amazing but I never heard of browserbob. Again, one million thanks.

TerryJones
Newbie Poster
2 posts since May 2004
Reputation Points: 10
Solved Threads: 0
 

Actually, this is very easy to achive in VB or VB.NET.

Microsoft has already thought of the webbrowser control.... just drop one on a form, and customise the form to look how you like.

This really is BASIC stuff.

Why pay for browserbob when you can build your own quite easily.

Also, the internet explorer administrators toolkit, will allow you to build custom internet explorer browsers.

RobUK
Light Poster
32 posts since Jul 2004
Reputation Points: 10
Solved Threads: 1
 

The easiest approach is to use the IE control (OCX) in a VB Application. Let the control do all the displaying of HTML / Javascript content and you can design your company logo etc on the window. In short customise the window. It is very very very easy to program in VB. All you have to do is open a project and place the IE Control in the Form.Do a lil window make up (Maybe with your Company logo) and you are in action. You have your browser ready.

oh yes do read up on the navigate / navigate2 function of IE Control. Thats all that you are going to need to do the programming maybe a few lines)

Cheers and happy browsing

bulldozerisme
Newbie Poster
5 posts since Sep 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: