Re: TWebbrowser plugin support



Hi all,

I find this interesting and would like to participate my thoughts ...

Now I will mention to start with that I have not tried this ever but wouldnt one think:-

Wouldnt one check to see if the activeX component has actually been installed? I believe GoogleToolbar is an activeX component and therefore should be checked within the registry to see if it is actually installed?

Since you would have that component control set installed into your Delphi IDE. You would then check the users registry within your app to see if its present .. if not, then .. .do what ever you decide I guess.

Would my assumption here be wrong?

Daniel.



"Hans-Peter Diettrich" <DrDiettrich1@xxxxxxx> wrote in message news:5efdddF37rouhU1@xxxxxxxxxxxxxxxxxxxxx
kev2100@xxxxxxxxx wrote:

I'm building a custom web browser in Delphi using the TWebBrowser
control. Does anyone know how to support plugins with this component?

AFAIK a registry entry will determine, which browser is used for the TWebBrowser. Perhaps it's the application that is associated with *.HTML files.

DoDi

.



Relevant Pages

  • Re: Cannot call ActiveX component function from VBScript
    ... 2005 ActiveX component with one exported method which ... found in the registry. ... VBscript makes the object, but cannot call the ocx method. ...
    (microsoft.public.scripting.vbscript)
  • ActiveX need help
    ... I have a problem with my ActiveX component, in my code, I download the ... ' If file exist it continues to modify registry setting ... Dim oShell ... Dim folder As String ...
    (microsoft.public.excel.programming)
  • Re: Multiple references to same component in reference dialog
    ... the References dialog box. ... This entry will be an orphaned entry in that it no ... Registry Entries Made by an ActiveX Component ...
    (microsoft.public.vb.general.discussion)
  • Re: Multiple references to same component in reference dialog
    ... the References dialog box. ... This entry will be an orphaned entry in that it no ... Registry Entries Made by an ActiveX Component ...
    (microsoft.public.vb.general.discussion)
  • Re: TWebbrowser plugin support
    ... Wouldnt one check to see if the activeX component has actually been installed? ... I believe GoogleToolbar is an activeX component and therefore should be checked within the registry to see if it is actually installed? ... How to determine, which OLE objects (interfaces, classes) can be instantiated how. ... In my experiments with TWebBrowser, most of the interface methods are commented as "for internal use only", whatever context "internal" here might mean. ...
    (comp.lang.pascal.delphi.misc)