I want to build an Internet Browser just like any other web browser or Internet Explorer except that each window should use a unique name for cache. Any ideas? Or any third party components?

link|improve this question

1  
I don't think you want to make your own web browser (that would take a few years and require a lot of technical expertice). What you really want to do is to write your own shell for Internet Explorer, or some other browser engine. – Andreas Rejbrand Feb 12 '11 at 20:16
@Andreas his question names TWebBrowser which essentially is IE. Naturally it would make more sense to pick something more easily extended. – David Heffernan Feb 12 '11 at 20:24
@David: Yes, I saw the title. Anyhow, I feel I would need more details about the OP's requirements to say something about the issue. – Andreas Rejbrand Feb 12 '11 at 20:26
Some capital letters, removal of typos and explanation and background would help. – David Heffernan Feb 12 '11 at 20:29
Especially the capitals... – Andreas Rejbrand Feb 12 '11 at 20:32
show 3 more comments
feedback

1 Answer

up vote 4 down vote accepted

I would recommend that you ditch TWebBrowser, and find out if TEmbeddedWB (alternative IE/shelldocview wrapper ) provides you with the ability to specify a different cache per instance. if not, then I recommend you ditch IE completely, and look for a webkit based browser control for Delphi, such as the Chromium-for-delphi wrappers.

link|improve this answer
+1. Makes sense. – Andreas Rejbrand Feb 13 '11 at 10:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.