07-03-2012 08:03 PM
I need the function as "date and time picker controller" used in the activeX, but my operation system (windows 7 Bits without office software) doesn't the "Microsoft date and time picker controller". I search the article in the internet which mention that register the the MSComctl2.ocx in the windows\system32, but it couldn't operator in my operation system (it is not allow to register the controller). Help me, please.
Solved! Go to Solution.
07-06-2012 05:07 PM
The Date and Time Picker is actually mscomct2.ocx, not mscomctl2.ocx. There is also a mscomctl.ocx that may have led to this confusion. Do you have this file on your system?
07-10-2012 04:20 AM
hi,
I am double check that file name mscomct2.ocx has in my computer. And in other computer (xp and office 2003)have this function.
thanks you help.
07-10-2012 07:59 PM
I already found out the problem about the DTP function in the window 7 64bit couldn't used. Because, the DTP is the 32bit, it must use the administrator to register the "mscomct2.ocx file" which must be replace in the %windows/SysWOW64, and used the "regsvr32.exe mscomct2.ocx" in the console windows.