... The onchange event I'm trying to fire is in the HTML not on the TWebbrowser component. Perhaps I need to set the SelectedIndex value to fire the event. Ive...
Okay, the MS documentation says that the onchange event doesnt fire when selectedindex is set programatically. So I know that this is the expected behaviour. ...
At last something that works... this code is better, fires the event using the IHTMLElement3 interface rather than IHTMLdocument4 interface. procedure...
procedure DoDocumentComplete(const pDisp: IDispatch; var URL: OleVariant); var HTMLDocument: IHTMLDocument2; // node: begin if not Assigned((pDisp as...
hi i'm working with mdi forms in delphi, each form has a TwebBrowser component, when a webbrowser automatic loads a page, all the text area in the webbrowser...
Hi can anyone guide me in development of IE deskbad(toolbar) in Delphi which can also interact with webpage content by using Interfaces like IHTMLDOCUMENT etc ...
In the IE all works well but in TWebbrowser javaapplets are not always loaded. If there is an explicit 'use sun java' call in the applet, it works but if this...
Is there a way to track URLs the IE visits? I don't mean using the TWebBrowser but somehow receive a notification every time IE navigates somewhere (and...
How can I use MSHTML just for parsing an HTML file? I don't want to load a file into the browser or KSDHTMLEdit, nor even create an instance of those...
After very long sleeplessness, and googling, I found a way to load MHT directly to the Webbrowser, without saving it to disk, at all. All the images seem to...
Thanks foe reply i built the dll and install it and i can see the toolbar but here ar few questions 1)when i eneble the bar,it just spreads in all screen,it...
Thanks foe reply i built the dll and install it and i can see the toolbar but here ar few questions 1)when i eneble the bar,it just spreads in all screen,it...
Why you don't download the Eazynse components and have a look the demo of EasyInternetExplorerToolBandHandler? It has everything what you need. Regards, Tao ...
Yes, I know. The eazyNse is lack of document. But you still can play with the demo under Demos\Explorer Tool Band directory. As a open source free compnent,...
Hi all, I have been working on a project involving the TWebBrowser control (or rather the TEmbeddedWB) in delphi, but I'm looking at learning .net and thought...
Can anyone tell me how (or point me to an example) to find the currently selected element(s) and change some style properties? Thanks, Ben [Non-text portions...
in IE, i have it set up normally to ignore javascript errors and carry on, but with using the delphi IE activeX webbrowser component, when i navigate to a page...
hello ... use the webbrowser and change the properties - > silent=true; greatings horst ... From: Karl Prosser To: delphi-webbrowser@yahoogroups.com Sent:...
I am having a problem iterating over the document frame collection. When the code gets to frame 3 the document property disappears and the value it set to nil....
Here is solution for your problem: type TEnumFramesProc = function (AHtmlDocument: IHtmlDocument2; Data: Integer): Boolean; function EnumFrames(AHtmlDocument:...