Hello, Bogdan Deaky. I have found that this IDownloadManager interface is called not for all file types. IE still opens File Download dialog for some file...
<SNIP> ... This will NOT be useful for this problem. Anyway to get to a solution. Hotmail uses a cookie to help it's login, if you navigate to the Hotmail...
Hi? Where can I find information and/or demos about how to create a plug- in that can be "hosted" by IE, just the way pdf-files are showed "inside" IE? Regards...
'Enter' key. It does not appear to function within the TWebBrowser control e.g. in surfing to pages with html/php text boxes. does any 1 have an idea? regards...
Hi, all i am crying about: i put a webbrowser control on the form, Form1.WebBrowser1.Navigate('C:\test.htm'); i want to CLICK a img on the file, then doing...
Hi, After using EmbeddedWB for a long time in Delphi6, I have no chance to install it on Delphi7: I allways have an registration exception about the fact that...
Hi, ... I am doing it like this: I have a THTMLDocument object to which I assign the document displayed in the TWebBrowser, when the download completes. //...
Sincerely Thanks Fotis! Your idea is helpful and it works! --Brittany ... const pDisp: IDispatch; var URL: OleVariant); ... window ... navigated to ... ...
How get only the html source of any weppage without download pictures, flash or other elements. I looking for components like WebBrowser where you don't need...
Ruben Dorrego Silva
ruben@...
Dec 10, 2004 2:27 pm
8764
How to check last modified an if-modified-since HTTP headers using TWebBrowser? Best regards Ruben...
Ruben Dorrego Silva
ruben@...
Dec 10, 2004 2:33 pm
8765
idHTTP would work just fine, but you WOULD have to input any proxy info. WinHTTP uses IE's proxy info and it would work but I do not recall how to get the...
... Yes, IE, and thus, TWebrowser, do not allow cross-domain access through the DOM. ... What you will need to do is to determine if the CSS file is remote, ...
Hi Ruben THttpCli of ICS components will do the job.... http://www.overbyte.be/frame_index.html Birger ... From: "Ruben Dorrego Silva" <ruben@...> To:...
Hi, here's the problem: How to detect that user has pressed submit button? I have to make difference between "normal" navigation to another page and navigation...
Hi all, How can I display both TEXT AND IMAGE as a stream in a TWebBrowser ?? I am creating an image at run-time and I want to display this image as a Stream...
You want your browser to implement the IDocHostUIHandler interface and then in the GetHostInfo method, set the flag to turn off the scrollbars. function...
thankz Tim... but... how i install DocHostUIHandler? i have a delphi 7 and try install in embeded package that unit.. but i compile the package and then...
i want to forbid some specified elements(activex control,for example: flash) to be showed after downloaded. how can i catch them after they just be downloaded...
I have made a custom browser using the EmbeddedWB component (found at www.euromind.com). However when I install this application in a thin client environment ...
Hello to everyone Im currently developing a MDI application using delphi 6, and i have one generic child form with the Twebbrowser control on it. The app works...