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?
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 !!
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.