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

    ActiveX Controls which uses DLLs

    I have got an activeX control which uses 2 more DLLs. If I run it in debug mode, with the active x test container, the activex control for displaying medical images works fine.
    But if I try to open it through the explorer, the page is not displayed. Is it because I am using dlls with an active X control.

    If the explorer can't download the DLLs associated with the controls, how can I make sure that those dlls are downloaded. If I have to use the plugins(I am not sure), how it can be done?




  2. #2
    Join Date
    May 1999
    Location
    Lssol
    Posts
    68

    Re: ActiveX Controls which uses DLLs

    I see that you use DLL's in ActiveX.
    Did you ever use a DLL that implement a CDaoRecordset? I have problems using a DLL where I have a CDaoRecordset class and I have some exceptions.
    CAN YOU HELP ME?
    PLEASE !!


  3. #3
    Join Date
    May 1999
    Posts
    5

    Re: ActiveX Controls which uses DLLs

    Hi,
    You can create a .Cab file containing your .ocx and .dll files. You can then include this cabinet file in the codebase attribute of
    your <object> tag.

    Regards,
    Renga.


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