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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 8944 - 8974 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8944
Has anyone come up with a definitive method for waiting until the browser is ready. My problem is that though I can get it to work after something like this ...
jdlink
Offline Send Email
Apr 1, 2005
4:07 pm
8945
Unless you are sure that your documents have no frames, I think you will run into trouble with just a single onDocumentcomplete test. onDocumentComplete is the...
Cyril Jack
sillysulliva...
Offline Send Email
Apr 2, 2005
9:13 am
8946
So how can I use this for the menu which is displayed when right-clicking on a hyperlink? I want to add an option the the hyperlink right-click menu but it ...
Jamie
dale_jamie
Offline Send Email
Apr 2, 2005
6:45 pm
8947
Walter, Did you ever manage to find out how to solve this? Thanks Jamie...
Jamie
dale_jamie
Offline Send Email
Apr 2, 2005
6:45 pm
8948
I created my demo program in Delphi with the WebBrowser conponent. The program modify some of the text in the HTML and display again. It acts like a kind of...
hkcapricon
Offline Send Email
Apr 3, 2005
6:32 pm
8949
hkcapricon <hkcapricon@...> wrote: I created my demo program in Delphi with the WebBrowser conponent. The program modify some of the text in the HTML...
sekar ny
sekarny
Offline Send Email
Apr 4, 2005
1:46 am
8950
I think you will find TembeddedWebBrowser at http://www.euromind.com/iedelphi/embeddedwb/onshowcontextmenu.htm will simplify this...
Cyril Jack
sillysulliva...
Offline Send Email
Apr 4, 2005
8:54 am
8951
Hi, what i have to do for implement my own tool bar in outlook express? Like spamfighter or spambully!!!! ... VOGLIO LA PACE A COSTO DI UCCIDERVI TUTTI ... ...
Vcorp
vcorp75
Offline Send Email
Apr 4, 2005
10:01 am
8952
... I'm not going to make a standalone Delphi application. I've done this in a demo Delphi application. Instead, I want to put this code to an IE addin....
hkcapricon
Offline Send Email
Apr 4, 2005
12:54 pm
8953
add "Registry" in the uses declare this var RG :TRegistry: under public section (in var section) then try this in onclick event or in oncreate event ...
Vcorp
vcorp75
Offline Send Email
Apr 4, 2005
1:16 pm
8954
then in HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt create your key! ... VOGLIO LA PACE A COSTO DI UCCIDERVI TUTTI ... http://www.vcorp.it ...
Vcorp
vcorp75
Offline Send Email
Apr 4, 2005
1:23 pm
8955
Hi guy, i have (as everybody here) a big problem i try to explain. I put a webbroser on a form and it correctly connect to a site, i put login, password on the...
Alessandro Pugno
alessandropugno
Offline Send Email
Apr 6, 2005
2:42 pm
8957
what's the difference between IHTMLDocument and IHTMLDocument2? And so: IHTMLELement and IHTMLElement2 IWebBrowser and IWebBrowser2? ... Which one should I...
yannanqi
Offline Send Email
Apr 7, 2005
2:12 am
8958
you should go with IHTMLDocument2 but for certain things you may need IHTMLDocument3 or IHTMLDocument4. For 95% of the job IHTMLDocument2 is ok. IHTMLDocument3...
Fotis Kokkoras
fkokkoras
Offline Send Email
Apr 8, 2005
5:41 pm
8959
Many thanks to fkokkoras, your explanation is so clear. Thanks again. ... a few...
yannanqi
Offline Send Email
Apr 9, 2005
12:59 am
8960
Get_locationURL, Get_name, etc, where these methods come from? Get_locationURL-->IWebBrowser2 Get_name-->IHTMLElement How can I get all the Get_xxx series...
yannanqi
Offline Send Email
Apr 9, 2005
7:25 am
8961
Each time WebBrowser1 DocumentComplete, HTMLDocument1.ConnectTo(...) will result in an "access violation" error, could anyone give some hints? *** Code is as...
yannanqi
Offline Send Email
Apr 9, 2005
7:31 am
8962
try putting this: Application.ProcessMessages; before this: HTMLDocument1.ConnectTo(WebBrowser1.Document as DispHTMLDocument); I am using it that way quite...
Fotis Kokkoras
fkokkoras
Offline Send Email
Apr 9, 2005
10:08 am
8963
... WebBrowser1.LocationURL Retrieves the URL of the resource that Microsoft® Internet Explorer is currently displaying ... As far as I know, there is no...
Fotis Kokkoras
fkokkoras
Offline Send Email
Apr 9, 2005
10:18 am
8964
... well, I actually using it (the ConnectTo method) in the following way. procedure myForm.WebBrowserDownloadComplete(Sender: TObject); begin ...
Fotis Kokkoras
fkokkoras
Offline Send Email
Apr 9, 2005
1:55 pm
8965
I tried your way, but still failed!! I also try adding a TButton to myForm to implement the "ConnectTo" action, still failed! Sigh! Following is part of code: ...
yannanqi
Offline Send Email
Apr 10, 2005
1:06 am
8966
what can I say.... The code I sent you works fine for me. I am using it in my current project. The funny thing is that I can not find anything about ConnectTo ...
Fotis Kokkoras
fkokkoras
Offline Send Email
Apr 10, 2005
11:36 pm
8967
... See this http://www.plugins-soft.com/demos.html...
vicrc
vic_vm75
Offline Send Email
Apr 11, 2005
10:06 am
8968
thanks but i need source code this is too much for me!!! ... VOGLIO LA PACE A COSTO DI UCCIDERVI TUTTI ... http://www.vcorp.it ... From: vicrc To:...
Vcorp
vcorp75
Offline Send Email
Apr 11, 2005
11:11 am
8969
i can try to decompile it!!! ... VOGLIO LA PACE A COSTO DI UCCIDERVI TUTTI ... http://www.vcorp.it ... From: vicrc To: delphi-webbrowser@yahoogroups.com Sent:...
Vcorp
vcorp75
Offline Send Email
Apr 11, 2005
11:11 am
8970
Hi, Have a look at http://www.maxcomponents.net for the mxOutlookBar. Free with sources. ... Wim van der Vegt. ... From: Vcorp [mailto:vcorp75@...] Sent:...
Wim van der Vegt
wvd_vegt
Offline Send Email
Apr 11, 2005
7:05 pm
8971
What is mxOutlookBar? I need some sample on how to make my own Outlook express Bar extension like SpamFighter or SpamBully ;) ... VOGLIO LA PACE A COSTO DI...
Vcorp
vcorp75
Offline Send Email
Apr 11, 2005
7:11 pm
8972
Hi, Sorry, thought you where looking for a toolbar component. ... Wim van der Vegt. ... From: Vcorp [mailto:vcorp75@...] Sent: maandag 11 april 2005...
Wim van der Vegt
wvd_vegt
Offline Send Email
Apr 11, 2005
7:40 pm
8973
I'm having a existing portal-webpage which uses a Form-Login and setting of a session-cookie to control the access to the contend. Is it possible to use...
bgeyer2000
Offline Send Email
Apr 12, 2005
10:47 am
8974
Hello,everyone. I have a question to ask. When I import MSHTML, from the IDE, I find two menu items: "project->Import type library..." and "component->Import...
yannanqi
Offline Send Email
Apr 13, 2005
2:15 pm
Messages 8944 - 8974 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