Quote:
Originally Posted by Colin Legg
The calendar control is part of the MSCOMCTL.OCX file. The issue is that it isn't registered (what we were trying to do with REGSVR32).
|
It can be registered if you do this:
Start>Run> REGSVR32 MSCOMCTL.OCX
and then press CTRL+ALT+ENTER (instead of simply hitting Enter)
An ordinary command prompt or Run box doesn't have the permissions needed to perform the registration of the ocx.
[kudos go to
http://www.gmayor.com/downloads.htm > MSCAL.ZIP]