Tagged Questions

1
vote
1answer
59 views

How to avoid overloading of application main form by multi tabs webbrowser?

I'm using multiple TCppWebBrowsers on main form, and when I start the application all tabs from last internet session are recovered. But this makes the main form of application to overload much. My ...
1
vote
1answer
297 views

how to use the TWebbrowser on a diffent cache?

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?
1
vote
2answers
382 views

How to make TWebBrowser ignore accelerator chars of others controls?

I have a TWebBrowser placed on a form with the designMode enabled. Bellow the browser I have a close button with the Caption set to 'Clos&e'. When I am editing the contents of a document inside ...
1
vote
3answers
1k views

How do I open links from a TCppWebBrowser component in the systems default browser

We are using a TCppWebBrowser Component in our program as a kind of chatwindow, but since the TCppwebrowser is using the IExplorerengine all links that are clicked is opening in IExplorer. One idea I ...