where to get date and time picker?

  • Thread starter Thread starter Gary Roach
  • Start date Start date
G

Gary Roach

i'm developing a database to sell and i've got a date and time picker
control - Microsoft Date and Time Picker Control, version 6.0
(mscomct2.ocx) on my system. i don't know where i got this but suspect it
may have come from a windows platform sdk. when i install office xp on a
fresh install of windows xp, this control does not appear in the list of
active x controls in access. i want to know where to get this control so
that i can package it and use it with my product. i'm not sure if i got it
from an sdk, but here's what i get when i go to the sdk website and click
"my sdks" in the sdk catalog page:


--------------------------------------------------------------------------


Common Setup Files
Updated: October 2002
(Build 5.2.3718.1)

Common Setup Files

--------------------------------------------------------------------------


WMI SDK
Updated: October 2002
(Build 5.2.3718.1)

Documentation
Build environment
Build environment (Intel 64-Bit)
Sample and source code

--------------------------------------------------------------------------


Core SDK (Windows .NET Server 2003 RC2)
Updated: October 2002
(Build 5.2.3718.1)

Build environment
Build environment (Intel 64-bit)




thanks for any help

gary
 
Gary,

It is in file mscomct2.ocx, usually sitting in the Windows System32 folder.
You can copy it on another machine and register it, and it'll work. Now,
whether there is a license issue involved or not, it's something I can't
really answer.

HTH,
Nikos
 
The lower, right button on the Toolbox should take you to a list of other
controls. To the best of my knowledge, I haven't installed any special
packages on this computer, but it is there under Microsoft Date and Time
Picker... Choosing this and placing it on a form automatically causes a
reference to be set Microsoft Windows Common Controls-2 6.0 (SP4) in the
code window (Alt+F11) Tools|References.
 
thanks for the info!

Wayne Morgan said:
The lower, right button on the Toolbox should take you to a list of other
controls. To the best of my knowledge, I haven't installed any special
packages on this computer, but it is there under Microsoft Date and Time
Picker... Choosing this and placing it on a form automatically causes a
reference to be set Microsoft Windows Common Controls-2 6.0 (SP4) in the
code window (Alt+F11) Tools|References.
 
thanks for the info!

Nikos Yannacopoulos said:
Gary,

It is in file mscomct2.ocx, usually sitting in the Windows System32 folder.
You can copy it on another machine and register it, and it'll work. Now,
whether there is a license issue involved or not, it's something I can't
really answer.

HTH,
Nikos
 
thanks for the info! i am concerned about licencing so i'll check out
stephen's control.
 
Back
Top