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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 8748 - 8777 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8748
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...
Al
alexbed2001
Offline Send Email
Dec 2, 2004
7:20 am
8749
<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...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Dec 3, 2004
6:31 pm
8750
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...
j_nystrm
Offline Send Email
Dec 6, 2004
4:19 am
8751
'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...
bsalsaa
Offline Send Email
Dec 7, 2004
1:41 am
8752
Tjabba... Take a look into : http://www.add-in-express.com Lycka till... Richard ... From: j_nystrm [mailto:cambiatamusic@...] Sent: den 5 december...
Richard Frank
rfrank_2004
Offline Send Email
Dec 7, 2004
1:42 am
8753
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...
brittanyfoo
Offline Send Email
Dec 7, 2004
6:00 am
8754
I want to capture de this event of WebBrowser to show a text in a textbox of Delphi. Thanks. PD: Pardon for my English....
vaselautentico
Offline Send Email
Dec 8, 2004
3:50 pm
8755
How do I pass through a proxy using the TWebBrowser?...
vladcamp
Offline Send Email
Dec 8, 2004
4:48 pm
8756
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...
laurentiul
Offline Send Email
Dec 9, 2004
3:33 pm
8757
somebody knows how i remove the scrollbar from webbrowser component? thankz ;)...
rafinha_spy
Offline Send Email
Dec 9, 2004
5:22 pm
8758
... component? ... WebBrowser1.oleobject.Document.all.tags('BODY').item (0).scroll := 'NO'; \Martin Stave...
marstave
Offline Send Email
Dec 9, 2004
6:23 pm
8759
Hello "brittanyfoo" ... Brittany, could you give us a little more information on what It is that you are trying to do? Wayne ...
delphian
dreaminkisscarr
Offline Send Email
Dec 10, 2004
1:59 am
8760
Thanks Wayne! FYI: i put a WebBrowser, a Edit, a Button on the Form. procedure TForm1.Button1Click(Sender: TObject); begin ...
brittany fu
brittanyfoo
Offline Send Email
Dec 10, 2004
2:44 am
8761
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. //...
Fotis Kokkoras
fkokkoras
Offline Send Email
Dec 10, 2004
4:14 am
8762
Sincerely Thanks Fotis! Your idea is helpful and it works! --Brittany ... const pDisp: IDispatch; var URL: OleVariant); ... window ... navigated to ... ...
brittanyfoo
Offline Send Email
Dec 10, 2004
8:28 am
8763
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@...
Send Email
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@...
Send Email
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...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Dec 10, 2004
2:58 pm
8766
... 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, ...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Dec 10, 2004
3:18 pm
8767
Hi Ruben THttpCli of ICS components will do the job.... http://www.overbyte.be/frame_index.html Birger ... From: "Ruben Dorrego Silva" <ruben@...> To:...
Birger Sorensen
birger_52
Offline Send Email
Dec 10, 2004
3:20 pm
8768
... Have you tried: WebBrowser1.OleObject.Document.lastmodified;...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Dec 10, 2004
3:22 pm
8769
somebody knows how i install the EmbeddedWB in Delphi 7? thankz a l0t ;P...
rafinha_spy
Offline Send Email
Dec 11, 2004
3:11 pm
8770
i try using: EmbeddedWB1.OleObject.Document.all.tags('BODY').item(0).scroll := 'NO'; but this return error EAccessViolation :(...
rafinha_spy
Offline Send Email
Dec 12, 2004
1:53 pm
8771
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...
Branislav Stojkovic
bancika
Offline Send Email
Dec 13, 2004
12:17 am
8772
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...
pastagage
Offline Send Email
Dec 14, 2004
3:24 am
8773
You want your browser to implement the IDocHostUIHandler interface and then in the GetHostInfo method, set the flag to turn off the scrollbars. function...
Tim
tunder1999
Offline Send Email
Dec 14, 2004
10:02 pm
8774
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...
rafinha_spy
Offline Send Email
Dec 15, 2004
3:27 pm
8775
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...
martinloyee
Offline Send Email
Dec 16, 2004
8:26 am
8776
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 ...
pravvo
Offline Send Email
Dec 16, 2004
8:26 am
8777
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...
andres_berdugo_villegas
andres_berdu...
Offline Send Email
Dec 17, 2004
12:41 am
Messages 8748 - 8777 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