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 q
I want to run some onmo开发者_Go百科usedown function, but how can I run this function without onmousedown event, in twebbrowser?
I have a Delphi app that shows a group of webpages in a TWebBrowser control.Its a kiosk type app so a user touches a button on the side and it shows a particular webpage in a tab.I am having some prob
I am actually displaying every 2 seconds many real time GPS points (20) by showing it from an index.html (using google maps to display and treat points) in my TWebBrowser, and it slows a lot my app.
If there are multiple redirects happening within ASP.NET, is there a tool for any browser to track all redirects?Let开发者_开发技巧\'s suppose clicking on one page redirects you to page2.aspx, and the
We are trying to change the builtin browser component from TWebBrowser to TChromium. It is used mostly for displaying maps from Google and Bing. The communication from the javascript to Delphi is done
I\'m not sure if I can explain this clearly. I have some simple HTML code and am loading it to the Twebbrowser. Then, I want to get the Rect of my HTML output so that i could proper re-size the heigh
I am using EmbeddedWB (A TWebbrowser extension) to do like a \"live preview\" of some dynamically generated content.
I have created an app with a twebBrowser in it. Problem is when i click on some link, in say gmail, it opens in a new window of my default browser( which is IE). how do i make it work like firefox or
Has anyone tried creating and destroying a TWebBrowser at runtime and using FEATURE_BROWSER_EMULATION to switch the 开发者_开发技巧browser mode before re-creating the TWebBrowser to enable switching t