Home > Archive > Visual Basic > August 2005 > MSCAL.OCX - Text Missing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MSCAL.OCX - Text Missing
|
|
|
| Hi,
I have an application that uses MSCAL.OCX for a calendar.
I unregistered MSCAL.OCX, then registered MSCAL.OCX again.
Now when I use the application, the calendar appears and works, but the
numbers for the days and the names of the days are missing of the
calendar.
Is there *something else* I must do in order to get the calendar
working properly again?
(I'm experiencing the same problem on both Windows 2000 & XP)
Any help greatly appreciated..
Noel
| |
| Jeff Johnson [MVP: VB] 2005-08-25, 6:55 pm |
|
"Noel" <vbgooglegroups@yahoo.com> wrote in message
news:1124957231.223809.82680@o13g2000cwo.googlegroups.com...
> I have an application that uses MSCAL.OCX for a calendar.
That's too bad. I highly recommend rewriting this app to use the MonthView
control instead.
| |
|
| Version 10.0 comes with Office, have problems running it in VB.
You need to use version 8 or 9
"Noel" <vbgooglegroups@yahoo.com> wrote in message
news:1124957231.223809.82680@o13g2000cwo.googlegroups.com...
> Hi,
>
> I have an application that uses MSCAL.OCX for a calendar.
>
> I unregistered MSCAL.OCX, then registered MSCAL.OCX again.
>
> Now when I use the application, the calendar appears and works, but the
> numbers for the days and the names of the days are missing of the
> calendar.
>
> Is there *something else* I must do in order to get the calendar
> working properly again?
>
> (I'm experiencing the same problem on both Windows 2000 & XP)
>
> Any help greatly appreciated..
>
> Noel
>
| |
|
| > Is there *something else* I must do in order to get the calendar
> working properly again?
The only sure option I have seen is using another control instead,
like the monthview or the date time picker.
The control that you are using might depend on the version of
Office that you have. To begin with - no control that you use
in your program should should have to depend on the version of
some other commercial app that is installed in your PC, not to
mention the target clients.
Regards
Saga
"Noel" <vbgooglegroups@yahoo.com> wrote in message
news:1124957231.223809.82680@o13g2000cwo.googlegroups.com...
> Hi,
>
> I have an application that uses MSCAL.OCX for a calendar.
>
> I unregistered MSCAL.OCX, then registered MSCAL.OCX again.
>
> Now when I use the application, the calendar appears and works, but
> the
> numbers for the days and the names of the days are missing of the
> calendar.
>
> Is there *something else* I must do in order to get the calendar
> working properly again?
>
> (I'm experiencing the same problem on both Windows 2000 & XP)
>
> Any help greatly appreciated..
>
> Noel
>
| |
|
| Ted wrote:
> Version 10.0 comes with Office, have problems running it in VB.
> You need to use version 8 or 9
>
Thank you for the replies, got it working with the version of
MSCAL.OCX, Version 10.0, that comes with Office.
Noel
|
|
|
|
|