XP SP2 ActiveX controls don't display in Internet Explorer

T

TJ

I have an intranet app that requires various ActiveX
controls including Microsoft's msxml3.dll and mscomct2.ocx
(calendar control). Both the above controls are already
loaded and registered on the XP SP2 system, so
downloading/installing is not a problem (Tools:Manage Add-
ons shows the controls are loaded and enabled). The
msxml3.dll works fine, but the calendar control does not
display (a red X is displayed instead). Further, when
attempting to script the control (e.g.,
form1.calendar1.year = 2003) an error is generated
indicating form1.calendar1 is undefined, which tells me
the control was not instantiated. I have the ActiveX
security settings as loose as possible (Run ActiveX
controls and Plugins enabled; Initialize and script
ActiveX controls not marked as safe enabled; Active
Scripting enabled; Script ActiveX controls marked as safe
for scripting enabled). I have other non-MS controls that
instantiate and display properly (Crystal Reports
crviewer.dll and FarPoint spreadsheet control). The
calendar control works fine on pre-SP2 XP systems.
Any ideas/clues?
 
R

Robert Aldwinckle

TJ said:
I have an intranet app that requires various ActiveX
controls including Microsoft's msxml3.dll and mscomct2.ocx
(calendar control). Both the above controls are already
loaded and registered on the XP SP2 system, so
downloading/installing is not a problem (Tools:Manage Add-
ons shows the controls are loaded and enabled). The
msxml3.dll works fine, but the calendar control does not
display (a red X is displayed instead).

Which version of that module do you have and where is it?

Have you tried re-registering it? regsvr32 mscomct2.ocx


---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top