What is MSCOMCT2?

What is MSCOMCT2?

MSCOMCT2. OCX is a Microsoft Office 32‐bit object library for Windows that is not included with 64‐bit versions of Windows and is generally not compatible with 64‐bit versions of Office.

How do I get MSCOMCT2 OCX?

1 Answer

  1. Just extract the .ocx file from the .cab file (it is similar to a zip)
  2. Copy to the system folder (c:\windows\sysWOW64 for 64 bit systems and c:\windows\system32 for 32 bit)
  3. Use regsvr32 through the command prompt to register the file (e.g. “regsvr32 c:\windows\sysWOW64\mscomct2.ocx”)

What does Microsoft Mscomctl do?

MSCOMCTL. ocx is an ActiveX Control module that contains common controls used by Visual Basic and Windows, such as ImageCombo, ImageList, ListView, ProgressBar, Slider, StatusBar, TabStrip, ToolBar, and TreeView controls.

How do I register Microsoft Date and Time Picker control?

Installing the Date Picker

  1. Display the Developer tab of the ribbon.
  2. Click the Insert tool.
  3. In the ActiveX Controls section of the palette, click the More Controls option.
  4. Scroll through the dialog box until you find the Microsoft Date and Time Picker tool.
  5. Click OK.

How do I register Mscomctl?

How to Register MSCOMCTL. OCX

  1. Download the MSCOMCTL.
  2. Open the downloaded file and extract it using your preferred archive management program.
  3. Click Start and select “Run” if you are using Windows 2003 or XP.
  4. Enter the text “REGSVR32 MSCOMCTL.
  5. Click “Yes” if you are requested to give “REGSVR32.

How do I activate Mscomctl OCX on Windows 10 64 bit?

INSTALL MSCOMCTL. OCX

  1. If you are using 64 bit Windows copy the MSCOMCTL.OCX to C:\WINDOWS\SYSWOW64. (If you are using 32 bit Windows copy MSCOMCTL.OCX to C:\WINDOWS\SYSTEM32) .
  2. Open a CMD or PowerShell prompt (as an administrator) and change into C:\WINDOWS\SYSWOW64. .
  3. Type. regsvr32 mscomctl.ocx.
  4. Press ENTER.
  5. Enjoy.

How do I register Mscomctl OCX on Windows 7 64 bit?

Where is Mscomctl OCX Windows 10?

The ocx control should be in your Syswow64(if 64 bit pc) folder and not in the app folder and it need to be registered manually (common vb6 problem in Win7, 8 ,10). It seems you can see the file but it might not be registered. Run cmd in administrator mode, type “regsvr32 C:\Windows\SysWOW64\MSCOMCTL.