calendar control

  • Thread starter Thread starter Suzette
  • Start date Start date
S

Suzette

Am trying to create a pop-up calendar just like the one
used in the Start & End Dates for Outlook Appointment
Items. I read somewhere that this can be done by using
Calendar Control 9.0 or DateTimePicker Control. Any idea
where I can find these?

I tried finding them in Outlook2000, VB6 and Access2000
but can only find Calendar Control 8.0. This version,
however, cannot support the pop-up feature that I need.
 
Hi,
The datetime control is in MSCOMCT2.ocx which is usually
in the System32 dir.

HTH
Dan Artuso, Access MVP
 
Thanks! Found it under the Windows/System directory.

How do I import it into Outlook 2000? Will use it to
customize a form in Design Form mode.
 
Back
Top