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 ...
9169
John john
pastagage
Aug 2, 2005 7:31 am
oups ! forgot that i cannot send attachements ... Here's your code : ******************************************************* ****** in the main unit ...
9170
joypobre
Aug 2, 2005 5:49 pm
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...
9171
flygel88
Aug 3, 2005 5:40 am
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...
9172
janes8766
Aug 3, 2005 5:40 am
Hello all I'm having a problem with PopUpMenu's and my TWebBrowser. I'm using some units from DelphiDabbler: ...
9173
Levis
levislicn
Aug 3, 2005 1:35 pm
Hi In order to link to the files in a hard drive, you must use absolute path in the link file. like:'c:\myfiles92;file1.jpg', also, when you navigate a mht file,...
9174
martin larsen
flygel88
Aug 5, 2005 7:17 am
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...
9175
Anthony Watson
a_richard_wa...
Aug 5, 2005 6:09 pm
Occasionally I run across sites using embedded ActiveX controls to display images. It can be problematic to capture these images, because they are not...
9176
Damir Simunovic
dsimun
Aug 6, 2005 9:07 am
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...
9177
Paul Slusarz
wiedzmin
Aug 7, 2005 5:28 pm
... 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...
9178
Damir Simunovic
dsimun
Aug 10, 2005 9:24 am
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...
9179
Plazmer
plazmed
Aug 12, 2005 6:22 am
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...
9180
Paul Slusarz
wiedzmin
Aug 12, 2005 3:22 pm
... Text ranges are for selections that contain text. The error happens when you cast selection.createRange to TextRange. Your selection explicitly only...
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...
9183
mohammad ali Mohsen
ma_mohsen
Aug 15, 2005 2:53 pm
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...
9184
system32drivers
Aug 15, 2005 2:54 pm
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??? ...
9185
rja90210
Aug 15, 2005 2:55 pm
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...
9186
bsalsa@...
bsalsaa
Aug 15, 2005 3:55 pm
if pos('zip39;, URL) or pos('rar39;, URL) or pos('xxx...:', URL) > 0 then cancel=true Regards bsalsa ... From: rja90210 To: delphi-webbrowser@yahoogroups.com ...
9187
Henrik Malmberg
h3nk3
Aug 15, 2005 8:04 pm
... 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...
9188
grexwinkel
Aug 15, 2005 8:07 pm
Hi, You need to write a customized downloadmanager that intercepts the files about to be downloaded. More info here:...
9189
marko_binic
Aug 15, 2005 8:17 pm
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...
9190
rja90210
Aug 16, 2005 2:25 am
... http://www.euromind.com/iedelphi/downloadmanager.htm ... Thanks for your reply. I have added the download manager and called it from EmbeddedWB39;s ...
9191
CharlesAdriano
d0001g
Aug 16, 2005 12:41 pm
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...
9192
grexwinkel
Aug 16, 2005 12:50 pm
Hi, I'd probably do something like this: function TForm1.EmbeddedWB1QueryService(const rsid, iid: TGUID; out Obj: IInterface): HRESULT; begin if...
9193
bsalsa@...
bsalsaa
Aug 16, 2005 1:01 pm
1. Use TEmbeddedWB 2. Use TEmbeddedWB //download options events 3. In WebBrowserStatusTextChange(Sender: TObject;..., // there you can find MouseOver link...
9194
Fotis Kokkoras
fkokkoras
Aug 16, 2005 1:37 pm
... I would be nice to upload it in the group's file space. Fotis...
9195
bsalsa@...
bsalsaa
Aug 16, 2005 3:52 pm
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. ...
9196
rja90210
Aug 16, 2005 5:17 pm
Hello, Thanks for your help. I have fixed the problem. RjA ... one. ... <rja90210@y...> ... EmbeddedWB39;s ... direction. ... me...
9197
Fotis Kokkoras
fkokkoras
Aug 16, 2005 6:17 pm
... 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...