N Nick Mar 5, 2008 #1 I was tring to register the calaneder10 control and instead unregistered it. What can I do to get it back? Thanks!
I was tring to register the calaneder10 control and instead unregistered it. What can I do to get it back? Thanks!
D Douglas J. Steele Mar 5, 2008 #2 What exactly did you do to unregister it? The only way I'm aware of is to use regsvr32.exe with a flag of /u: regsvr32 /u "mscal.ocx" You can reregister it using regsvr32 "mscal.ocx" That having been said, I'll just comment that most of us advise not to use the calendar control. There are simpler, more reliable approaches. Jeff Conrad has a good overview at http://www.accessmvp.com/JConrad/accessjunkie/calendars.html
What exactly did you do to unregister it? The only way I'm aware of is to use regsvr32.exe with a flag of /u: regsvr32 /u "mscal.ocx" You can reregister it using regsvr32 "mscal.ocx" That having been said, I'll just comment that most of us advise not to use the calendar control. There are simpler, more reliable approaches. Jeff Conrad has a good overview at http://www.accessmvp.com/JConrad/accessjunkie/calendars.html
N Nick Mar 6, 2008 #3 Thanks, If the calendar contol is not the way to go, what should I use? Thanks again!