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 ...
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...
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 ...
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 <hkcapricon@...> wrote: I created my demo program in Delphi with the WebBrowser conponent. The program modify some of the text in the HTML...
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 ... ...
... 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....
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 ...
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 ...
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...
what's the difference between IHTMLDocument and IHTMLDocument2? And so: IHTMLELement and IHTMLElement2 IWebBrowser and IWebBrowser2? ... Which one should I...
you should go with IHTMLDocument2 but for certain things you may need IHTMLDocument3 or IHTMLDocument4. For 95% of the job IHTMLDocument2 is ok. IHTMLDocument3...
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...
Each time WebBrowser1 DocumentComplete, HTMLDocument1.ConnectTo(...) will result in an "access violation" error, could anyone give some hints? *** Code is as...
try putting this: Application.ProcessMessages; before this: HTMLDocument1.ConnectTo(WebBrowser1.Document as DispHTMLDocument); I am using it that way quite...
... WebBrowser1.LocationURL Retrieves the URL of the resource that Microsoft® Internet Explorer is currently displaying ... As far as I know, there is no...
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: ...
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 ...
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:...
Hi, Have a look at http://www.maxcomponents.net for the mxOutlookBar. Free with sources. ... Wim van der Vegt. ... From: Vcorp [mailto:vcorp75@...] Sent:...
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...
Hi, Sorry, thought you where looking for a toolbar component. ... Wim van der Vegt. ... From: Vcorp [mailto:vcorp75@...] Sent: maandag 11 april 2005...
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...
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...