Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

delphi-webbrowser · Delphi: Using IE's WebBrowser

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4047
  • Category: Delphi
  • Founded: Mar 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 8396 - 8425 of 10292   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
8396 amir_1903 Send Email Jun 1, 2004
10:55 am
It's rather old post but if you haven't solved it, I'll try to help. In my case the problem was in TForm1.FormClose event-handler. It consists (in my case)...
8397 bryanashby Send Email Jun 1, 2004
2:56 pm
Yes, a small piece of sample code would be greatly appreciated! Thanks, Bryan bryanashby@......
8398 vally_manea Send Email Jun 1, 2004
3:24 pm
This works fine for me: var Document: IHTMLDocument2; Element: IHTMLElement; Window: IHTMLWindow2; IE: IWebBrowser2; begin ...
8399 Paulo Andre
pacbarros Send Email
Jun 1, 2004
4:54 pm
Hi People Recently I developed a project that extracted certain data from a site (names, addresses and telephone numbers), but after that they reconfigured the...
8400 bryanashby Send Email Jun 1, 2004
9:27 pm
Thanks. I wrote a slightly modified version of the code you posted, but Window.event is always nil. Any ideas? Here is my code (note that I am using a...
8401 davor6868 Send Email Jun 2, 2004
12:27 am
I have written application that opens Word documents inside TWebBrowser. When users already have opened Word documents and try to open some predefined Word...
8402 Stefano Campri
sefon_99 Send Email
Jun 2, 2004
12:28 am
i store PDF in Fierebird BLOB fields i would like to rertieve a record and stream BLOB fields into TWebBrowser looking at ...
8403 Stefano Campri
sefon_99 Send Email
Jun 2, 2004
12:28 am
i would like to use TEmbeddedWB to view a PDF the pdf is retrived from a Blob field and stored in a TMemoryStream calling ...
8404 nelson_igiebor Send Email Jun 2, 2004
12:30 am
hi all, I need to create a IE toobar and ExplorerBar for my project. can someone help me out. I am using Delphi 7.0 enterprise. I already downloaded "Band...
8405 radikovsky Send Email Jun 2, 2004
3:27 pm
Correct Band Objects ver 1.2 for Delphi 5/6 for Delphi 7 is IMHO smallest problem. There are other big problems with this sample: DropdownMenus (with more then...
8406 nelson igiebor
nelson_igiebor Send Email
Jun 2, 2004
3:36 pm
Thanks for your responce but where can I find the component you talking about ? "IMHO " radikovsky <radikovsky@...> wrote:Correct Band Objects ver 1.2...
8407 cgalavis Send Email Jun 3, 2004
2:55 am
... I don't think you can do what you described because the way explorer displays PDFs is through an ole container, so the rendering of the PDF is done by...
8408 vanyotamas Send Email Jun 4, 2004
12:32 am
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. ...
8409 stranikolaidis Send Email Jun 4, 2004
12:33 am
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...
8410 Fotis Kokkoras
fkokkoras Send Email
Jun 4, 2004
9:47 am
geia ;-) why don;t you use an HTMLInputElement component?? All the events are available in the object inspector. Fotis csd.auth - Thessaloni...
8411 powax1 Send Email Jun 5, 2004
10:29 am
How do I do this? ===================================================================== // Once web page loads we check to see if this is the url we want to ...
8412 mardirossian patrick
mardirossianfr Send Email
Jun 5, 2004
12:21 pm
===================================================================== // Once web page loads we check to see if this is the url we want to read from! if...
8413 andre_ruebel Send Email Jun 7, 2004
5:55 am
... Bandobjects from Eurominds works also under Delphi 7.0. I had never any troubles. I you follow the instructions, but get an error pleace specify the error...
8414 tim@...
tmchyde Send Email
Jun 7, 2004
7:59 pm
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...
8415 Warrick Wilson
warrick_wilson Send Email
Jun 8, 2004
5:35 am
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...
8416 berndt_ring Send Email Jun 8, 2004
2:44 pm
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-out&#39; function...
8417 Birger Sorensen
birger_52 Send Email
Jun 8, 2004
3:30 pm
TWebBrowser1.Stop ... From: berndt_ring To: delphi-webbrowser@yahoogroups.com Sent: Tuesday, June 08, 2004 2:00 PM Subject: [Delphi-WebBrowser] How to break a...
8418 mr_delphi_developer
mr_delphi_de... Send Email
Jun 10, 2004
2:08 pm
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...
8419 Fotis Kokkoras
fkokkoras Send Email
Jun 10, 2004
2:42 pm
var myElement: IHTMLElement; myDocument: IHTMLDocument2; begin myDocument:= WebBrowser.Document; myElement:= myDocument.createElement('<A HREF="link.html">' +...
8420 Fotis Kokkoras
fkokkoras Send Email
Jun 10, 2004
2:54 pm
you can also try this one (IE V6 only): === MS-SDK stuff ================================================ appendChild Method ... Appends an element as a child...
8421 dvwiz Send Email Jun 10, 2004
7:02 pm
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...
8422 °£¼°Ð¡°×
x911cn Send Email
Jun 14, 2004
11:43 pm
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? //...
8423 mr_delphi_developer
mr_delphi_de... Send Email
Jun 15, 2004
3:53 pm
Not exactly. I've tried a couple of ways and they both end in AV's: Source: var ImgElement: IHTMLImgElement; E: IHTMLElement; ...
8424 Fotis Kokkoras
fkokkoras Send Email
Jun 15, 2004
5:53 pm
... you mean 4 and 5 ??? why do you use typecasting? have you tried this: iDoc.createElement('<A HREF="http://www.images.com">' + ImgElement.innerHTML+...
8425 Fotis Kokkoras
fkokkoras Send Email
Jun 15, 2004
6:29 pm
this works ok for me: procedure TForm1.Button1Click(Sender: TObject); var oHTMLDoc2: IHTMLDocument2; begin oHTMLDoc2 := WebBrowser1.Document as IHTMLDocument2;...
Messages 8396 - 8425 of 10292   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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