|
-
April 23rd, 1999, 01:00 AM
#1
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?
-
June 29th, 1999, 06:45 AM
#2
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 !!
-
June 29th, 1999, 11:00 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|