Hello all,
I have an application that uses Microsoft's "Date & Time Picker" control which is located in MSCOMCT2.OCX. My development platform was Win2000 with Office 2000 and VC++6.0 installed. When I tried to register this OCX file (using "regsvr32 MSCOMCT2.OCX") on another Win2000 machine (but has Office 97, no Visual C++) I received no error, and the control appears on the ActiveX pick list, but the container remains empty. Further, when I tried to add the control to a MS-Access 97 form (essentially a VB form), I got the error message "OLE Server isn't registered". This gave me a hint that the regsvr32 actually didn't work, but I have no idea why not. Is this telling me that MSCOMCT2.OCX is not redistributable? I searched Mic
rosoft's website for a couple hours and didn't find anything that said I couldn't redistribute this OCX file. What gives?