Where to download missing Mscomct2.ocx, Msdatlst.ocx for your legacy VB6 application Posted on January 19, 2012 by admin If you have an old home-grown vb6 application, you may not have an installer for it.
Hi sph422, This is what I did: my environment: Windows 10 [64-bit] Office 2016 [32-bit] 1. Download ' 2. Copy it to 'C:%windows% SysWOW64' folder 3. Run cmd.exe 3.1. Change current directory to 'C:%windows% SysWOW64' 3.2.
Type 'regsvr32 mscomct2.ocx' and [Enter] 4. Reboot Windows [*1] If using 64-bit version of Windows, do as the above. If using 32-bit version of Windows, do as the below.
Download 'MSCOMCT2.OCX' 2. Copy it to 'C:%windows% System32' folder 3. Run cmd.exe 3.1. Change current directory to 'C:%windows% System32' 3.2.
Type 'regsvr32 mscomct2.ocx' and [Enter] 4. Reboot Windows I'd like to know what you did, if the above does not work. Regards, Ashidacchi.
Hi sph422, >> I installed 'Microsoft Visual Basic 6.0 Common Controls' and registered 'mscomct2.ocx' Where did you put the 'mscomct2.ocx' file? As far as I know, how you register the control depends on the version of Windows (32-bit or 64-bit). In your environment with 64-bit Windows, I’d recommend you try taking the following steps to see the result: 1. Extract the MSCOMCT2.cab you downloaded.
Copy the MSCOMCT2.OCX file to C: Windows SysWoW64: 3. Go to Start All Programs Accessories (or searching “Command Prompt” using Cortana), Right-click Command Prompt and then click on Run As Administrator. At the command prompt, type the following and then press Enter and exist:%systemroot% SysWoW64 regsvr32.exe mscomct2.ocx Hope my clarification is clear and feel free to let me know if you need further assistance on this issue. Best regards, Yuki Sun Please remember to mark the replies as answers if they helped.
Silent install builder full free download. If you have feedback for TechNet Subscriber Support, contact.
The date and time picker control is part of the Windows Common controls. The file is MSCOMCT2.OCX, located in C: Windows System32 on 32-bit or C: Windows Syswow64 on 64-bit.
If you don't have this file, you can download it from the following location: Once you download the file, you'll need to extract the files and then register the OCX file. You will likely need to open the command prompt as administrator in order to get the file to register successfully.
Here are the steps in case you need them. * Go to Start All Programs Accessories. * Right-click Command Prompt and then click on Run As Administrator. * Change directory to the folder where you extracted the files. For example, type the following and then press Enter: cd c: windows system32 * Type the following and then press Enter: regsvr32 mscomct2.ocx * You should get a message saying this succeeded.
I hope this helps! Source Link: Tony Chen TechNet Community Support. The date and time picker control is part of the Windows Common controls. The file is MSCOMCT2.OCX, located in C: Windows System32 on 32-bit or C: Windows Syswow64 on 64-bit.
If you don't have this file, you can download it from the following location: Once you download the file, you'll need to extract the files and then register the OCX file. You will likely need to open the command prompt as administrator in order to get the file to register successfully. Here are the steps in case you need them.
* Go to Start All Programs Accessories. * Right-click Command Prompt and then click on Run As Administrator. * Change directory to the folder where you extracted the files. For example, type the following and then press Enter: cd c: windows system32 * Type the following and then press Enter: regsvr32 mscomct2.ocx * You should get a message saying this succeeded. I hope this helps!
Source Link: Tony Chen TechNet Community Support. I am trying to use the ActiveX datetime picker in a Win 64 environment, but using 32-bit Office as a way for users to set the date and time of an event. My application uses Access 2010 front end and SQL Server back end. There is no end of discussions for how to do a date entry on the web, and little useful discussion about dealing with times. Through playing around, I am reasonably happy with the datetime picker from 'the past'. My instance in Access shows the class as MSComCtl2.DTPicker.2.
What's missing for me is a help file. When I use the Access properties window, place the cursor in a property value and press F1 to learn more about the property, I get the usual tired MS help screen that is nothing more than a regurgiation of the control name spelled out, or no help at all. If I use the custom properties dialog via the control context menu, and click the help button on that screen, I am told I'm missing the cmctl298.chm file in the WOW64 folder.