View Single Post
 
Old 07-13-2012, 03:18 AM
Isadora Isadora is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Mar 2012
Location: Milan, Italy
Posts: 18
Isadora is on a distinguished road
Default

Quote:
Originally Posted by Colin Legg View Post
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]
Reply With Quote