I can get the image tag in an ITHMLImgElement just fine. But I'd like to "surround" this tag with an anchor. How could I modify the DOM to do this? Change...
Hello all! When i close a webbrowser, it seems, that virtual memory size won't decreased as well. Please see the following code. Who can help me? //...
Greetings! I'm using Per Lindsoe's (Euromind) toolbar. I need to find a way to uniquely identify it on code, i.e., query it to find the GUID that was assigned...
Hi, Does anyone know to to breaka started Navigate? Sometimes it just hangs when the response is delayed or maybe lost and I want to make a 'time-out39; function...
Can someone point me to some documentation on how the threading/time-slicing model for the SHDOCVW/MSHTML stuff works? I'm trying to understand what sort of...
I just noticed that URLs longer than 128 characters are being clipped to only 128 when coming in thru OnBeforeNavigate2. I could not find this in any docs and...
How do I do this? ===================================================================== // Once web page loads we check to see if this is the url we want to ...
Hi to everybody. I'm creating an application, where I want to show a web page and to be able to get some control on it. I managed to dynamically enter data in...
Hello! How can I implement web browser in Borland Delphi 8.0 for the Microsoft .NET Framework (like Welcome page) - in my VCL forms application? Thank you. ...
I have written application that opens Word documents inside TWebBrowser. When users already have opened Word documents and try to open some predefined Word...
All, I'd like to intercept link clicks (I'm assuming this will be within OnBeforeNavigate2) and grab the attributes -- if certain attributes are found I'd like...
hi to all, can i open the content of a new window in the principal embeddedwb main form? ... VOGLIO LA PACE A COSTO DI UCCIDERVI TUTTI ... http://www.vcorp.it...
Has written Toolbar for IE using Euromind a code, but to fasten it to MyIE it is impossible. Who can prompt what to do in that case? A code will share?...
Dear all, I am trying to write a procedure that populates a TTreeNodes object with the HTML tags that are inside a given IHTMLElement object. Any workaround on...
Hi, I wanted to change the parent of the Webbrowser control from one panel to another. since the webbrowser control's parent option is readonly. I place the...
Hello Group: Sadly, I am still stranded in Delphi 5, but I have ben able to leverage TWebbrowser to do many of the tasks required of me. However, I have run...
Hi, I have an application, that works with HTML code. To show it, it has a separate form, that has only the TWebBrowser and a statusline on it. When creating...
Hello everyone, I have problem getting background color of the BODY of document. It always returns (body.currentstyle.backgroundColor) "#ffffff" which simply...
Hello, I need to get all elements from HTML - I simply do it by DFS, ok. BUT I also want to get each element's style (how it looks rendered): fontsize,...
I have page with frames. One of the frames refreshes. I need to do actions when the frame refresh, but OnRefresh event don't work when there is a frames... How...
Dear All, I want to Get IHTMLDocument2 from a HWND. Now,Use GetIEFromHWND function,I can get IHTMLDocument2 from Microsoft Internet Explorer. but in Microsoft...
Hi all, I have created an IE Toolband, but my problem is that it initially shows up at the end of another toolband. Is there a way I could give it some default...
Hi. I have read quite a bit about the TWebBrowser Memory leak. I saw someone mention a solution invloving a fix to the olectrls file. I am a bit confused - how...
ReplaceCaption is not working for me, I'm using Delphi 6. So, how can I replace 'Microsoft Internet Explorer' from the search dialog title bar? Thanks....
hi! I've made a web browser which displays the web sites on a tabbed interface. Now, popups are a problem: they will be opened in a new tab, that's alright....
Hallo ! after hours of searching in the msdn and testing by trial and error i can't find a way to positioning the Cursor to a new position... when i set the...
How to create but not show a form containing a Twebbrowser ? The following example raise exception: With Tform1.create do begin // contain a TWebBrowserObject ...