Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8844 - 8873 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8844
See this news group posting. It explains the problem with delphi 7 and the EmbeddedWB component (partially) http://groups- ...
hottcha89
Offline Send Email
Feb 2, 2005
1:56 am
8845
I need to save the page which is displayed in the TWebbrowser as image, is there a way to render the current page as image and save it? Thanks...
b_alghazi
Offline Send Email
Feb 4, 2005
11:34 am
8846
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...
sisvia_2004
Offline Send Email
Feb 7, 2005
4:18 am
8847
Hi Jose File assosciatons decides what program to open on basis of the extension of the file - not IE, but Windows. Birger ... From: "sisvia_2004"...
Birger Sorensen
birger_52
Offline Send Email
Feb 7, 2005
5:14 am
8848
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...
kadynan
Offline Send Email
Feb 7, 2005
5:35 am
8849
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....
grexwinkel
Offline Send Email
Feb 7, 2005
8:40 am
8850
Hi adnan, this code prevents in my project that the toolbar catches the accelarator keys: function TDelphiBand.TranslateAcceleratorIO(var lpMsg: TMsg):...
Joern Paessler
paesslerj
Offline Send Email
Feb 8, 2005
1:35 am
8851
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...
Zbigniew Abramowicz
zawada24
Offline Send Email
Feb 8, 2005
6:40 am
8852
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...
kewishr
Offline Send Email
Feb 9, 2005
3:41 pm
8853
try this code snippet-> // --- Create bitmap in memory b := tbitmap.create; b.width := WebBrowser1.width; b.height := WebBrowser1.height; // --- Size Image...
atrigueiro@...
a_richard_wa...
Offline Send Email
Feb 10, 2005
6:28 pm
8854
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...
atrigueiro@...
a_richard_wa...
Offline Send Email
Feb 15, 2005
9:20 pm
8855
Hello! HTML Example: ... <SPAN>First text...</SPAN> <SPAN class='maintext'>Second text...</SPAN> <SPAN>Third text...</SPAN> ... I need to get "Second text..."...
Cyber
star_rigger
Offline Send Email
Feb 17, 2005
8:29 pm
8856
How about something like this? (HTMLdoc.links.item(i, 0) as IHTMLElement).getAttribute('class', 0); ... only? ... other ... any...
atrigueiro@...
a_richard_wa...
Offline Send Email
Feb 17, 2005
8:54 pm
8857
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...
Send Email
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...
zawasp
Offline Send Email
Feb 17, 2005
9:43 pm
8859
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...
Ben Daniel
ben_daniel81
Offline Send Email
Feb 17, 2005
10:55 pm
8860
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...
Bogdan Deaky
stormofwar
Offline Send Email
Feb 18, 2005
7:15 am
8861
Code Insight works ok for me but I am using TWebBrowser (re-imported ActiveX version with SinkEvents), not TEmbeddedWB Regarding documentation, get the MS...
Fotis Kokkoras
fkokkoras
Offline Send Email
Feb 18, 2005
7:35 am
8862
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...
atrigueiro@...
a_richard_wa...
Offline Send Email
Feb 18, 2005
11:05 pm
8863
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...
armortail
Offline Send Email
Feb 19, 2005
3:08 pm
8864
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...
Zbigniew Abramowicz
zawada24
Offline Send Email
Feb 19, 2005
5:03 pm
8865
~Santiago.... Creating components, without deleting them again, will create a "memory leak". It will allocate memory that is never freed again. If you keep...
Birger Sorensen
birger_52
Offline Send Email
Feb 19, 2005
5:38 pm
8866
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...
Birger Sorensen
birger_52
Offline Send Email
Feb 20, 2005
2:39 am
8867
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...
armortail
Offline Send Email
Feb 20, 2005
3:06 am
8868
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...
armortail
Offline Send Email
Feb 20, 2005
3:10 am
8869
Santiago, Sorry.. the email starts like this : "Dear Birger, Thanks for your email, titled "Re: [Delphi-WebBrowser] IE Toolbar Hint & Possible Solution?". If...
Birger Sorensen
birger_52
Offline Send Email
Feb 20, 2005
8:24 am
8870
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...
Birger Sorensen
birger_52
Offline Send Email
Feb 20, 2005
8:41 am
8871
... <http://www.cryer.co.uk/brian/delphi/twebbrowser/twebbrowser_oleobject.> http://www.cryer.co.uk/brian/delphi/twebbrowser/twebbrowser_oleobject. ...
Ben Daniel
ben_daniel81
Offline Send Email
Feb 20, 2005
11:05 pm
8872
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ų...
armortail
Offline Send Email
Feb 21, 2005
10:22 am
8873
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 -...
Birger Sorensen
birger_52
Offline Send Email
Feb 21, 2005
10:43 am
Messages 8844 - 8873 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help