CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Dec 2002
    Posts
    1

    Lightbulb Let VBScript see ALL the interfaces in your COM objects

    VBscript and other languages that only use the IDispatch interface can only access the default interface exposed by a COM object.

    ScriptAgent allows access to VBScript to ALL* the interfaces implemented in a COM object. ScriptAgent exposes non-default interfaces in COM objects by making a temporary COM object around each.

    ScriptAgent is a COM object itself and requires no complicated installation or initialisation to make it work.

    To see more information go to:

    www.scriptagent.co.uk


    *the interfaces must be marked oleautomation in the idl or be dual interfaces, and are in an accessible typelibrary (normally located automatically)
    Last edited by EdwardBr; December 4th, 2002 at 05:49 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured