... explorer browser but i couldnt find a way to add toolbar button with submenu, dropdown list. ... pages title in a submenu(dropdown list). i need to do...
I have a routine some place to retrieve all frames and their contents. But you must resort to wininet… I’ll see if I can find it on this machine. I had a...
I think this is what You are wanting. I made this demo up a few years ago. Here is a screenshot http://tinyurl.com/bghgg Here is the download page. I ask that...
Hi, I would like to insert the MSHTML.pas inside my program, with this I wouldn't have scripts compatibility problems I think this is the way, isn't it? any...
Hello! Sorry for my english. I use in the project standard TWebBrowser. TEmbeddedWB has problems with symbols of cyrillics (I type on the keyboard Russian...
When you stop the webbrowser, or when you are not loading the site in the webserver, he loads "about:blank", if you insert a tag like this: <img src="me.gif">...
... and ... Hi It may not be of any use to you but last week I posted to Files a MDSHTMLEditPanel component. It is not perfect but it most certainly handles...
Hi, I'm trying to move a WB between different TFrames at runtime. The only way I can assign a new parent is if I typecast the WB as a TWinControl (and this...
I have an application that uses a TWebBrowser (or actually a TEmbededWB) component to display some html formatted information. The page that is displayed is...
Hello everyone, I've got a strange problem with programs that have an embeddedWB object. I have installed the component ok, I can use it and put it on my forms...
HI, TWebBrowser must initialise the "document" before you can use it. This is done through the Navigate method. So you either have to load a file, or...
Lately I experienced reduced response from the UI of my App which uses an EmbeddedWB. This occurs especially when my EmbeddedWb load a Flash document. In some...
What I am trying to do is load a web site, get a list of all the images on that page as well as links leading to images, and save the images to a folder. I...
Hi, Did an unsuccessful search on Google... Is there a way to hook the event of a resource (or just web page) not being available. So in effect it would be...
Hi All, I would like to get the size of the popupwindow that is about to be opened from my app. My onClienttoHostWindow Event is not fired since I cancel the...
Hello Stefano, I am currently having the same problem but i almost got the solution, here´s what i did. Normally when the user clicks on a window.open() html...
I am working on a project trying to reduce bandwidth to browse a series of websites, is there anyway to retrieve the text only and refrain from downloading...
I've been experimenting with TWebBrowser in Delphi 2005 Pro to try and determine when a file download is complete. So far, the TWebBrowser events seem to be...
Dear all! I'm new in this group. I'm sorry if somebody allready post any solution to my problem, but I can not find it. I have to change BASE URL when viewing...
"PS: If there are more missing event notifications like that in IE, perhaps there's some merit to switching to Mozilla control and putting time into improving...