Calendar Control

N

Neil

Hi I have a form with a calendar control on it that all
works fine on my machine, but my friends reports the
calander control as being missing, how do i go about
installing it ?
 
R

Roger Whitehead

What do you mean by missing?

If your friend does a Windows Explorer Search for the file, is it found? If
so, it is a matter of the reference being set within the VB Project.
 
N

Neil

Hi Roger,
It says under references that the calender control is
missing.

I dont understand what you mean by search for it, on my
PC it just appears as an item on the toolbox...
 
R

Roger Whitehead

Hi Neil,

In the references dialogue, the path\name of the file is displayed (below
the References List).......... but not always completely.

So the Missing control will need to be found using Browse. According to my
setup (Win XP Pro) it can be found as:
C:\Programme Files\Microsoft Office\Office10\MSCAL.OCX

If it isn't there in your friend's OS, do a Windows Explorer Search/Find
(depending on OS) for
MSCAL.OCX

If it's not on the PC, that's another issue..........
 
Top