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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 9168 - 9197 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9168
Hi Levis, Here is a good sample that will help you to load a MHT from a stream (provided to me by ajmal hamza a few month ago). hope it can help you. Antoine ...
John john
pastagage
Offline Send Email
Aug 2, 2005
7:21 am
9169
oups ! forgot that i cannot send attachements ... Here's your code : ******************************************************* ****** in the main unit ...
John john
pastagage
Offline Send Email
Aug 2, 2005
7:31 am
9170
Hello, I am having a problem with a TWebBrowser control on an ActiveX form. The tab key is not working. There are some solutions that I found - it handles it...
joypobre
Offline Send Email
Aug 2, 2005
5:49 pm
9171
I want to save a webpage as a MHT-file (I know how to do this part), but before I do that, I want to edit all the links so they link to my harddisk and not the...
flygel88
Offline Send Email
Aug 3, 2005
5:40 am
9172
Hello all I'm having a problem with PopUpMenu's and my TWebBrowser. I'm using some units from DelphiDabbler: ...
janes8766
Offline Send Email
Aug 3, 2005
5:40 am
9173
Hi In order to link to the files in a hard drive, you must use absolute path in the link file. like:'c:\myfiles\file1.jpg', also, when you navigate a mht file,...
Levis
levislicn
Offline Send Email
Aug 3, 2005
1:35 pm
9174
Hi The problem is when I click on a link in the webbrowser where the saved mht-file is loaded. Then it navigates to the web and not to my hard disk. Levis...
martin larsen
flygel88
Offline Send Email
Aug 5, 2005
7:17 am
9175
Occasionally I run across sites using embedded ActiveX controls to display images. It can be problematic to capture these images, because they are not...
Anthony Watson
a_richard_wa...
Offline Send Email
Aug 5, 2005
6:09 pm
9176
I made it on this way, and it works good for me: - navigate to the document - wait for download complete - set BaseURL - get html from document - load html to...
Damir Simunovic
dsimun
Offline Send Email
Aug 6, 2005
9:07 am
9177
... This is basically the same as you were doing it before, right? It cannot be told form the source code, because of the way you ... what does setting BaseURL...
Paul Slusarz
wiedzmin
Offline Send Email
Aug 7, 2005
5:28 pm
9178
Uh, I was shure that this is known. OK, BaseUrl is a property in my successor of TWebBrowser that relies on two methods: property BaseURL: string read...
Damir Simunovic
dsimun
Offline Send Email
Aug 10, 2005
9:24 am
9179
How I can look property outerHtml at tag IMG? If I try to make it through createRange, there is a exception "Interface not supported" If selected plain text...
Plazmer
plazmed
Offline Send Email
Aug 12, 2005
6:22 am
9180
... Text ranges are for selections that contain text. The error happens when you cast selection.createRange to TextRange. Your selection explicitly only...
Paul Slusarz
wiedzmin
Offline Send Email
Aug 12, 2005
3:22 pm
9181
CommitUrlCacheEntry CreateUrlCacheEntry CreateUrlCacheGroup DeleteUrlCacheEntry DeleteUrlCacheGroup FindCloseUrlCache FindFirstUrlCacheEntryEx ...
Anthony Watson
a_richard_wa...
Offline Send Email
Aug 14, 2005
7:45 pm
9182
Though this is quite an old message, I'll post the solution that worked for me with Delphi 7, for the benefit of anyone else who may be experiencing problems...
rja90210
Offline Send Email
Aug 15, 2005
2:52 pm
9183
i searched internet for finding an answer for this question but dont found every things but found this question by (bigmix_yu) in this grour plz help me...
mohammad ali Mohsen
ma_mohsen
Offline Send Email
Aug 15, 2005
2:53 pm
9184
How can i enable TWebBrowser to listen to sessions & cookies re- writing... please guide me to some ideas - if i.e can manage this cannot TWebBrowser??? ...
system32drivers
Offline Send Email
Aug 15, 2005
2:54 pm
9185
Hello, I am using EmbeddedWB with D7. I am trying to allow the user to surf the net, but also to prevent them from downloading files like .exe, .zip, etc. I...
rja90210
Offline Send Email
Aug 15, 2005
2:55 pm
9186
if pos('zip', URL) or pos('rar', URL) or pos('xxx...:', URL) > 0 then cancel=true Regards bsalsa ... From: rja90210 To: delphi-webbrowser@yahoogroups.com ...
bsalsa@...
bsalsaa
Offline Send Email
Aug 15, 2005
3:55 pm
9187
... uhhmm, http://www.funkar.nu/_files/this_is_not_a_rar_file.jpg ? Isnt it possible to read content-type? if its not text/html or any other known type, grab...
Henrik Malmberg
h3nk3
Offline Send Email
Aug 15, 2005
8:04 pm
9188
Hi, You need to write a customized downloadmanager that intercepts the files about to be downloaded. More info here:...
grexwinkel
Offline Send Email
Aug 15, 2005
8:07 pm
9189
I'm trying to implement a very simple rendering behavior just so I get the hang of it and maybe make it into a usable component. But I ran into some trouble...
marko_binic
Offline Send Email
Aug 15, 2005
8:17 pm
9190
... http://www.euromind.com/iedelphi/downloadmanager.htm ... Thanks for your reply. I have added the download manager and called it from EmbeddedWB's ...
rja90210
Offline Send Email
Aug 16, 2005
2:25 am
9191
hi all... my questions about WebBrowser 1) how i find any text in framed page? 2) how i cancel a image download in document? less band traffic... 3) how i find...
CharlesAdriano
d0001g
Offline Send Email
Aug 16, 2005
12:41 pm
9192
Hi, I'd probably do something like this: function TForm1.EmbeddedWB1QueryService(const rsid, iid: TGUID; out Obj: IInterface): HRESULT; begin if...
grexwinkel
Offline Send Email
Aug 16, 2005
12:50 pm
9193
1. Use TEmbeddedWB 2. Use TEmbeddedWB //download options events 3. In WebBrowserStatusTextChange(Sender: TObject;..., // there you can find MouseOver link...
bsalsa@...
bsalsaa
Offline Send Email
Aug 16, 2005
1:01 pm
9194
... I would be nice to upload it in the group's file space. Fotis...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 16, 2005
1:37 pm
9195
No problem. I also added a lot of new functions/procedures/events to TEmbeddedWB , IEUtils and IEConst Give me a day and i will upload a new easy component. ...
bsalsa@...
bsalsaa
Offline Send Email
Aug 16, 2005
3:52 pm
9196
Hello, Thanks for your help. I have fixed the problem. RjA ... one. ... <rja90210@y...> ... EmbeddedWB's ... direction. ... me...
rja90210
Offline Send Email
Aug 16, 2005
5:17 pm
9197
... take your time. I am actually using TWebBrowser in D7 but a lot of people out there are using the Embeded version. As they gradually move to D2005 more...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 16, 2005
6:17 pm
Messages 9168 - 9197 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