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 8396 - 8425 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8396
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)...
amir_1903
Offline Send Email
Jun 1, 2004
10:55 am
8397
Yes, a small piece of sample code would be greatly appreciated! Thanks, Bryan bryanashby@......
bryanashby
Offline Send Email
Jun 1, 2004
2:56 pm
8398
This works fine for me: var Document: IHTMLDocument2; Element: IHTMLElement; Window: IHTMLWindow2; IE: IWebBrowser2; begin ...
vally_manea
Online Now Send Email
Jun 1, 2004
3:24 pm
8399
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...
Paulo Andre
pacbarros
Offline Send Email
Jun 1, 2004
4:54 pm
8400
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...
bryanashby
Offline Send Email
Jun 1, 2004
9:27 pm
8401
I have written application that opens Word documents inside TWebBrowser. When users already have opened Word documents and try to open some predefined Word...
davor6868
Offline Send Email
Jun 2, 2004
12:27 am
8402
i store PDF in Fierebird BLOB fields i would like to rertieve a record and stream BLOB fields into TWebBrowser looking at ...
Stefano Campri
sefon_99
Offline Send Email
Jun 2, 2004
12:28 am
8403
i would like to use TEmbeddedWB to view a PDF the pdf is retrived from a Blob field and stored in a TMemoryStream calling ...
Stefano Campri
sefon_99
Offline Send Email
Jun 2, 2004
12:28 am
8404
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...
nelson_igiebor
Offline Send Email
Jun 2, 2004
12:30 am
8405
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...
radikovsky
Offline Send Email
Jun 2, 2004
3:27 pm
8406
Thanks for your responce but where can I find the component you talking about ? "IMHO " radikovsky <radikovsky@...> wrote:Correct Band Objects ver 1.2...
nelson igiebor
nelson_igiebor
Offline Send Email
Jun 2, 2004
3:36 pm
8407
... 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...
cgalavis
Offline Send Email
Jun 3, 2004
2:55 am
8408
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. ...
vanyotamas
Offline Send Email
Jun 4, 2004
12:32 am
8409
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...
stranikolaidis
Offline Send Email
Jun 4, 2004
12:33 am
8410
geia ;-) why don;t you use an HTMLInputElement component?? All the events are available in the object inspector. Fotis csd.auth - Thessaloni...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jun 4, 2004
9:47 am
8411
How do I do this? ===================================================================== // Once web page loads we check to see if this is the url we want to ...
powax1
Offline Send Email
Jun 5, 2004
10:29 am
8412
===================================================================== // Once web page loads we check to see if this is the url we want to read from! if...
mardirossian patrick
mardirossianfr
Offline Send Email
Jun 5, 2004
12:21 pm
8413
... 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...
andre_ruebel
Offline Send Email
Jun 7, 2004
5:55 am
8414
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...
tim@...
tmchyde
Online Now Send Email
Jun 7, 2004
7:59 pm
8415
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...
Warrick Wilson
warrick_wilson
Offline Send Email
Jun 8, 2004
5:35 am
8416
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' function...
berndt_ring
Offline Send Email
Jun 8, 2004
2:44 pm
8417
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...
Birger Sorensen
birger_52
Offline Send Email
Jun 8, 2004
3:30 pm
8418
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...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Jun 10, 2004
2:08 pm
8419
var myElement: IHTMLElement; myDocument: IHTMLDocument2; begin myDocument:= WebBrowser.Document; myElement:= myDocument.createElement('<A HREF="link.html">' +...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jun 10, 2004
2:42 pm
8420
you can also try this one (IE V6 only): === MS-SDK stuff ================================================ appendChild Method ... Appends an element as a child...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jun 10, 2004
2:54 pm
8421
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...
dvwiz
Offline Send Email
Jun 10, 2004
7:02 pm
8422
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? //...
°£¼°Ð¡°×
x911cn
Offline Send Email
Jun 14, 2004
11:43 pm
8423
Not exactly. I've tried a couple of ways and they both end in AV's: Source: var ImgElement: IHTMLImgElement; E: IHTMLElement; ...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Jun 15, 2004
3:53 pm
8424
... you mean 4 and 5 ??? why do you use typecasting? have you tried this: iDoc.createElement('<A HREF="http://www.images.com">' + ImgElement.innerHTML+...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jun 15, 2004
5:53 pm
8425
this works ok for me: procedure TForm1.Button1Click(Sender: TObject); var oHTMLDoc2: IHTMLDocument2; begin oHTMLDoc2 := WebBrowser1.Document as IHTMLDocument2;...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jun 15, 2004
6:29 pm
Messages 8396 - 8425 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