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 ...
oups ! forgot that i cannot send attachements ... Here's your code : ******************************************************* ****** in the main unit ...
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...
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...
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,...
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...
Occasionally I run across sites using embedded ActiveX controls to display images. It can be problematic to capture these images, because they are not...
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...
... 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...
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...
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...
... 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...
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...
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??? ...
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...
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 ...
... 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...
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...
... http://www.euromind.com/iedelphi/downloadmanager.htm ... Thanks for your reply. I have added the download manager and called it from EmbeddedWB's ...
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...
1. Use TEmbeddedWB 2. Use TEmbeddedWB //download options events 3. In WebBrowserStatusTextChange(Sender: TObject;..., // there you can find MouseOver link...
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. ...
... 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...