Hi everybody. I have built a browser using TEmbeddedWB. But I do not know how to prevent the media player from opening when the user clicks on links leading to...
hello I have added a textbox control in my IE toolbar..when i open new IE windowfrom Existing one(by pressing Ctrl+N),it doesnt show the value of textbox in...
Hi, I have done the same thing. I have made my own downloadmanager component which was customized for my purpose and hooked it into the onqueryservice event....
Hi adnan, this code prevents in my project that the toolbar catches the accelarator keys: function TDelphiBand.TranslateAcceleratorIO(var lpMsg: TMsg):...
Hi Alert Window from javascript have a button 'OK'. How to click this button? How to kill this alert window? WebBrowser.Silence:=true method not work. Help...
Hi, I am creating an application in Delphi 7 with multiple webbrowser components on it. The user will be logging in to the same site but with different...
Anyone had to interact with a flash application within their twebbrowser component? Any helpful hints on how to do this. I have tried creating a type library...
Hello! HTML Example: ... <SPAN>First text...</SPAN> <SPAN class='maintext'>Second text...</SPAN> <SPAN>Third text...</SPAN> ... I need to get "Second text..."...
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...
Feb 17, 2005 9:40 pm
8858
Hi everyone, I managed to make a working sample on how to host a toolband in your app (check BandHostDemo_D7.zip in Files). It's still have some bugs and...
Since we can't really use code-insight when working with the IE DOM, can anyone suggest a good source of documentation of TEmbeddedWB DOM elements, properties...
Hi Cyber! for identifying a certain HTML element the standard is to us the ID.. if you want to read some other attribute you have to use GetAtributte. As for...
Code Insight works ok for me but I am using TWebBrowser (re-imported ActiveX version with SinkEvents), not TEmbeddedWB Regarding documentation, get the MS...
I am using TWEbbrowser, but this URL ought to be useful: http://www.cryer.co.uk/brian/delphi/twebbrowser/twebbrowser_oleobject. htm This does not specifically...
Dear all, I think you may be interested in this. Using EurekaLog, I found where the code for the IEdelphi toolbar fails after showing the Hint and a child IE...
Dialcom24 S.C.Hi Alert Window from javascript have a button 'OK'. How to click this button? How to kill this alert window? WebBrowser.Silence:=true method not...
~Santiago.... Creating components, without deleting them again, will create a "memory leak". It will allocate memory that is never freed again. If you keep...
I answered - and got a reply with a link to click, if I want the sender to see the reply..??? The link is not functioning - or maybe I don't have 15 minutes to...
Dear Birger, I don't understand this reply, perhaps it was destined to a different user on a different subject? Thank you, Santiago ... sender to see the...
Dear Birger, Yes the toolbar loads into Internet Explorer. I read that somebody in the groups knows how to actually get the number of the opened toolbars that...
Santiago, Sorry.. the email starts like this : "Dear Birger, Thanks for your email, titled "Re: [Delphi-WebBrowser] IE Toolbar Hint & Possible Solution?". If...
Santiago I'm using D3, and my TToolBar does not have this CloseDW function. Could imagine, that the number might be the parameter? Was thinking the main...
Hello Birger, You can find the Internet Explorer toolbar source at: http://www.euromind.com/iedelphi It's pretty complex code that the author (Per Lindsų...
Thx Santiago... ;>) I know Per and some of his work. Didn't find TToolBar on the site tho... But as I am using D3, I can not use any of this fine work anyway -...