CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Posts
    9

    CALLING ACTIVEX DLL FUNCTIONS ON A CLIENT-SIDE VBSCRIPT

    IS THERE A WAY FOR CALLING ACTIVEX DLL FUNCTIONS FROM A CLIENT-SIDE VBSCRIPT, OR CAN U CALL VARIABLES DECLARED IN ASP FROM A CLIENT-SIDE VBSCRIPT



  2. #2
    Join Date
    Apr 2000
    Location
    Illinois, USA
    Posts
    30

    Re: CALLING ACTIVEX DLL FUNCTIONS ON A CLIENT-SIDE VBSCRIPT

    If your ActiveX dll is a COMponent, then it is residing at the server. COMponents at the server should be called through server-side scripts.

    Else if, your ActiveX dll is an ActiveX Control that is residing at the client, you can call its public methods using Client-side scripts.


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