Windows 10: how to download Microsoft date and time picker control 6.0 sp6 in windows 10?

Discus and support how to download Microsoft date and time picker control 6.0 sp6 in windows 10? in Windows 10 Software and Apps to solve the problem; how to download Microsoft date and time picker control 6.0 sp6 in windows 10?... Discussion in 'Windows 10 Software and Apps' started by mowaffaq, Sep 8, 2022.

  1. mowaffaq Win User

    how to download Microsoft date and time picker control 6.0 sp6 in windows 10?


    how to download Microsoft date and time picker control 6.0 sp6 in windows 10?

    :)
     
    mowaffaq, Sep 8, 2022
    #1

  2. Why is Internet Explorer 11 on a specific Windows 10 image blocking "Microsoft Data and Time Picker Control 6.0 (SP6)" ActiveX control?

    A customer is upgrading the virtual Windows workstations (VDIs) from Windows 7 to Windows 10 x64. They are using an older application, a workflow product with web client, which runs in Internet Explorer and still uses the "Microsoft Data and Time Picker Control 6.0 (SP6)" (32bit ActiveX control).

    The mscomct2.ocx has been copied to the C:\Windows\SysWOW64 directory and registered with "regsvr32 mscomct2.ocx".

    The problem is that this control does not show itself in Internet Explorer (x86) on the new Windows 10 x64 image; in fact, the control shows a placeholder and is blocked (IE in In compatibility view).


    how to download Microsoft date and time picker control 6.0 sp6 in windows 10? 6B6To.png


    Tools / Manage Add-ons does show the control name in the list. Double clicking the item shows "More information" in which a "Block count" of 17 shows and "Use count": 0.


    how to download Microsoft date and time picker control 6.0 sp6 in windows 10? M13VK.png


    Okay, the control is somehow blocked. See below for more details on the test setup.

    Now why not replace the control with an HTML native something, I hear you thinking? Well, Replacing the control would need to republish the workflow template and change all the workflow instances...

    Okay, in an VM copy of the customer's Windows 10 image, this is the web page to try and get the picker control to show.

    Code:
        <html>
    
        <head>
    
        <title>DTPicker_Test</title>
    
        </head>
    
        <body bgcolor="#FFFFFF">
    
        function DocWrite(strHTML)
    
        {
    
        document.write(strHTML);
    
        }
    
        </script>
    
        <b>clsid:20DD1B9E-87C4-11D1-8BE3-0000F8754DA1</b>
    
        <script language="javascript">
    
        DocWrite("<object   classid=\"clsid:20DD1B9E-87C4-11D1-8BE3-0000F8754DA1\"  name=\"DTPicker\"   ID=\"DTPicker\" tabindex=\"1\"  accesskey=\"\"  mayscript=\"true\"  onload=\"DTPicker_InitProps()\" style=\"        position:absolute;      left:10;        top:100;        width:300;      height:100;     z-index:0;      color:#000000;      font-family:Arial;      font-style:normal;      font-weight:bold;       font-size:10pt; \"> <param name=\"MousePointer\" value=\"0\">   <param name=\"Enabled\" value=\"1\">    <param name=\"OLEDropMode\" value=\"0\">    <param name=\"CalendarBackColor\" value=\"-2147483643\">    <param name=\"CalendarForeColor\" value=\"-2147483630\">    <param name=\"CalendarTitleBackColor\" value=\"-2147483633\">   <param name=\"CalendarTitleForeColor\" value=\"-2147483630\">   <param name=\"CalendarTrailingForeColor\" value=\"-2147483631\">    <param name=\"CheckBox\" value=\"0\">   <param name=\"CustomFormat\" value=\"\">    <param name=\"Format\" value=\"1\"> <param name=\"UpDown\" value=\"0\"> <param name=\"MaxDate\" value=\"2958465\">  <param name=\"MinDate\" value=\"41640\"></object>");
    
        </script>
    
        <script language="javascript">
    
        function DTPicker_InitProps()
    
        {
    
        alert("init");
    
        }
    
        </script>
    
        </body>
    
        </html>
    
    
    On my own Windows 10 x64 laptop, when I copy the OCX to C:\Windows\SysWOW64, register it and open the exact same page in Internet Explorer, the control DOES show itself.

    Now why is the Internet Explorer in the customer's Windows 10 image blocking this control?
    The page zone is Internet; in the Zone's custom security level, I have changed all "ActiveX controls and plug-ins" related items to:

    • if the item has "enable" and "disable" option, then I set "Enable"
    • If the item has "enable", "disable" and "prompt", then I set "Prompt"
    • "Allow ActiveX Filtering" is set to "Disable"
    • "Run antimalware software on ActiveX controls" is set to "Disable"

    When I load the page in Internet Explorer, it asks "Do you want to allow sofware such as ActiveX controls and plug-ins to run?", answered with Yes.
    But the control still does NOT show itself. The control is blocked.


    Anyone has ideas of things to check on the Win10 image or a solution?

    Colleague Tim:
    I'm working with my esteemed colleague Victor on this issue. And one extra important finding is that this particular ActiveX control "mscomct2.ocx" is working perfectly in MS Office 365 (x86) (can be initiated thru 'Developer tab' --> 'Controls' section --> 'ActiveX Controls' --> 'More controls' --> 'Microsoft Data and Time Picker Control 6.0 (SP6)') on the same machine where it is blocked in IE x86. Strange right?


    how to download Microsoft date and time picker control 6.0 sp6 in windows 10? xo6gH.png



    how to download Microsoft date and time picker control 6.0 sp6 in windows 10? OLJXd.png



    how to download Microsoft date and time picker control 6.0 sp6 in windows 10? MCIWP.png


    We've also enabled the VersionAuditLog for ActiveX components in IE, but it says that it is NOT blocking the control.


    how to download Microsoft date and time picker control 6.0 sp6 in windows 10? pAKY0.png


    Thanks for any suggestions on how to troubleshoot this any further, because we are kind of stuck here.

    Edit
    Added colleague Tim's contribution.
     
    Victor Vogelpoel, Sep 8, 2022
    #2
  3. Windows Common Controls 2 6.0 (SP6)

    "Since changing to Windows 10 an Excel 2010 program with VBA macros does not run and says

    'Missing- Microsoft Windows Common Controls - 2 6.0 (SP6)'

    How do I fix this please?

    There are some VB6 downloads available on the Microsoft support site but do they fix my Excel VBA problem? Will they work in Windows 10? "
     
    TerenceWiesner, Sep 8, 2022
    #3
  4. how to download Microsoft date and time picker control 6.0 sp6 in windows 10?

    Missing Date/time picker in Excel 2016

    I have a new Windows 10 laptop with Excel 2016. I need to support a spreadsheet that has a datetime picker.

    When I start the spreadsheet, I get an error "Could not load an object because it is not available on this machine." I go to the VBA code, and get the error "Compile error: Method or data member not found" on the line

    Where and how do I get or enable the date time picker?

    This might be related: Cannot use Date and Time Picker in Office 2013, but I don't even see the file mscomct2.ocx
     
    thursdaysgeek, Sep 8, 2022
    #4
Thema:

how to download Microsoft date and time picker control 6.0 sp6 in windows 10?

Loading...
  1. how to download Microsoft date and time picker control 6.0 sp6 in windows 10? - Similar Threads - download Microsoft date

  2. How can I activate Microsoft Date and Time Picker Control 6.0 if I don´t have the...

    in Windows 10 Gaming
    How can I activate Microsoft Date and Time Picker Control 6.0 if I don´t have the...: Good afternoon:I need to activate the Microsoft Date and Time Picker Control 6.0 in the developer.I'm currently using Office 2019 32 bits, I have Windows 10.I've already searched for the file: mscomct2.ocx in disk C and it gives me this info:What can I do to safely solve my...
  3. How can I activate Microsoft Date and Time Picker Control 6.0 if I don´t have the...

    in Windows 10 Software and Apps
    How can I activate Microsoft Date and Time Picker Control 6.0 if I don´t have the...: Good afternoon:I need to activate the Microsoft Date and Time Picker Control 6.0 in the developer.I'm currently using Office 2019 32 bits, I have Windows 10.I've already searched for the file: mscomct2.ocx in disk C and it gives me this info:What can I do to safely solve my...
  4. How can I activate Microsoft Date and Time Picker Control 6.0 if I don´t have the...

    in Windows 10 Installation and Upgrade
    How can I activate Microsoft Date and Time Picker Control 6.0 if I don´t have the...: Good afternoon:I need to activate the Microsoft Date and Time Picker Control 6.0 in the developer.I'm currently using Office 2019 32 bits, I have Windows 10.I've already searched for the file: mscomct2.ocx in disk C and it gives me this info:What can I do to safely solve my...
  5. Microsoft Date and Time picker

    in Windows 10 Gaming
    Microsoft Date and Time picker: I don't have Microsoft date and time picker as an option in developer. How do I get this? I have Window 11 64-bit https://answers.microsoft.com/en-us/windows/forum/all/microsoft-date-and-time-picker/b6207a92-86b1-420f-a6f8-5d48a5072861
  6. Microsoft Date and Time picker

    in Windows 10 Software and Apps
    Microsoft Date and Time picker: I don't have Microsoft date and time picker as an option in developer. How do I get this? I have Window 11 64-bit https://answers.microsoft.com/en-us/windows/forum/all/microsoft-date-and-time-picker/b6207a92-86b1-420f-a6f8-5d48a5072861
  7. how to download Microsoft date and time picker control 6.0 sp6 in windows 10?

    in Windows 10 Installation and Upgrade
    how to download Microsoft date and time picker control 6.0 sp6 in windows 10?: how to download Microsoft date and time picker control 6.0 sp6 in windows 10? https://answers.microsoft.com/en-us/windows/forum/all/how-to-download-microsoft-date-and-time-picker/41ad03ac-ad00-4d81-b696-169adebade06
  8. how to download Microsoft date and time picker control 6.0 sp6 in windows 10?

    in Windows 10 Gaming
    how to download Microsoft date and time picker control 6.0 sp6 in windows 10?: how to download Microsoft date and time picker control 6.0 sp6 in windows 10? https://answers.microsoft.com/en-us/windows/forum/all/how-to-download-microsoft-date-and-time-picker/41ad03ac-ad00-4d81-b696-169adebade06
  9. Date/Time picker does not re-draw the up/down spinner

    in Windows 10 Customization
    Date/Time picker does not re-draw the up/down spinner: I have a bug in my application where the up/down spinner on time pickers disappears occasionally. [ATTACH] I found that it occurs whenever InvalidateRect is called on the parent window. Here is a simple reproducible example. I've tested on Windows 7 and Windows 10, and...
  10. same download 6 times

    in Windows 10 Updates and Activation
    same download 6 times: [img] I checked my d/l on windows 10 and I had 6 successful downloads all were the same as you know the d/l on windows 10 is auto did anyone else have this 29805