Would any one please know how to get a collection of <param> under an <object> tag? So far the normal type of things have not worked. I have tried casting ...
have you tried this: getElementsByTagName method (IHTMLElement2 interface) Retrieves an IHTMLElementCollection of objects based on the specified element name. ...
Hello ! I know my problem is well known: "Could not obtain OLE control window handle" And I know because it appears, and I've read how to solve it with ...
Enrique The best advice that I can give you is to get and install TEmbeddedWB. The TWebBrowser does not have a lot of the added features that TEmbeddedWB has,...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Jun 4, 2006 7:32 am
9946
Its a long message (sorry) but there are a lot of changes since we moved to the new site. Addresses: http://www.bsalsa.com/ http://www.bsalsa.com/forum/ ...
Eran, Thanks for all the work you put in to this, it is highly appreciated, 2 small remarks: The download on the new website s still v13 and not v14.2 On the...
Dear Alfred, ... 1. From you, it's a big compliment. Thanks. 2. I release beta versions in my forum for tests. The version are in the new forum( they look OK...
Done. Best regards Eran ... From: "Alfred Vink" <alfred@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Sunday, June 04, 2006 11:27 AM Subject: RE:...
Thanks Wayne, I know what you said is truth, but I'm using BCB5, not Delphi, and I can't install TEmbeddedWB (I have tried to do it many times). (And I have...
Eran, I guess you use a spellingchecker to go over this history file....... It changed all the TPersistent to TPresident ;-) Alfred *Added Shortcuts as a...
hahahah Yes it do. Eran ... From: "Alfred Vink" <alfred@...> To: <delphi-webbrowser@yahoogroups.com> Sent: Monday, June 05, 2006 12:04 AM Subject: RE:...
Hi Paul, ... Trust me there isn't such a thing - or at least you cant get to it - I've been trying for at least 5 years :-) But it isn't such a tragedy to use...
... Have you tried using an HTTP component? At times, I have just used Indy's HTTP component to do a Post and get back a raw datastream for various reasons,...
I see that you have TEmbeddedWB but what happened to the other tools and source code from the Euromind site? I'm particularly interested in the BHO demo....
... in ... IEHelper is an sceleton implementation for IE 4.x-5.x Browser Helper Object. This implementation also shows how to spy url, and access DOM (IE's...
... tools ... interested ... Per Lindso gave me the the site including all the files as a zip. I will update http://www.bsalsa.com with all the missing files ...
Eran; I have to say, you did a much better job then I would have done on the EmbeddedWB Site. Good job all around. Great creativity. Keep up the great web...
Thank you guys for the great job! You rock! JG _____ From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of Eran...
Hey guys, Simple question: how do I add a menu with three submenus to the regular IE copy/cut/select_all/paste right-click after selection in IE? Let me...
Dear Kurt, From Stefan Mueller in the NZ Delphi Users Group .. " … as for reading images out .. the easiest is actually to scan the html file for image-tags...
I all, I have some troubles with the TEmbeddedWb.execScript function. This one seams to call function only if they are in the "physical" loaded document (.htm...
... in TranslateAccelerator event begin Result := S_FALSE;//Means not handled //Disable Ctrl+N to open new page if (GetKeyState(VK_CONTROL) < 0) and...