Posted  by  admin

Comctl32.ocx Missing Windows 2003

I recently had to install the Microsoft Common Controls on an XP machine that had never had this stuff installed before Probably these files were missing because this machine had never had Microsoft Office, or VB, or Visual Studio, or whatever suite installs these items.I needed these files to run a FoxPro app that I had written which used the TreeView control from the VB6/MSCOMCTL.OCX library.Here is what I learned and how I got it working: Getting startedNote: There are TWO Common Control libraries out there. You must figure out which one you need.1. The older VB 5 Common Controls (COMTL32.OCX)and2. The newer VB6 Common Controls (MSCOMCTL.OCX):Regarding the older COMCTL32.OCX (VB5 era) versus the newer MSCOMCTL.OCX from VB6 era, one user on StackOverflow had this to say:“The earlier Common Controls 5.0 (comctl32.ocx) has better compatibility with XP/Vista than the Common Controls 6.0 (mscomctl.ocx).

  1. Comctl32.ocx Missing Windows 2003 Free
  2. Comctl32 Ocx Files

Comctl32.ocx Missing Windows 2003 Free

Windows

I suggest using it instead” – rpetrich Aug 13 ’09 at 0:44Step 0: Before installing either of the Microsoft Common Controls you must have the following versions of the Automation system files on your system:OLEAUT32.DLL 2.20.4054 or greaterCOMCAT.DLL 4.71 or greaterOLEPRO32.DLL 5.00.4055 or greaterASYCFILT.DLL 2.20.4056 or greaterSTDOLE2.TLB 2.20.4054 or greaterYou may or may not have these files on your system already. I really don’t know how these files generally get installed on a new system; if they are part of the main OS install, or if they get installed with other common Microsoft suites. My guess is that if you have Office 97, Visual Basic 5.0, Visual Studio, Internet Explorer, or Visual C, etc, you should already have these Automation system files.Either way, if you do not have these files on your system, you must first download and install them as documented in the following Microsoft Knowledge Base article:Download here:(Default download filename will be named Msvbvm50.exe)1. For the older VB 5 Common Controls (COMTL32.OCX):Follow Step 0 above.Once you are sure you have the correct Automation system files on your computer, you can install COMCTL32.OCX by executing COMCTL32.EXE. This will install the following files:COMCTL32.OCX 5.00.3828 Updated ActiveX controlCOMCTL32.DEP 5.00.3828 Dependency info for Visual Basic 5.0 Setup WizardMSSTKPRP.DL 5.00.3714 Design-Time Stock Property PagesThe setup program does not install a. license.

WindowsComctl32 error

to use COMCTL32.OCX for development. You must already have a license installed on your system by one of the products listed in the applies to section above in order to COMCTL32.OCX for development.Download the COMCTL32 install package here:The default download filename will be comctlzp.exe.Note: You must then unzip this exe to get the actual installable exe file.2. For the newer VB6 Common Controls (MSCOMCTL.OCX):Follow Step 0 above.As far I could determine, there is no official download link from Microsoft for MSCOMCTL.OCX. You can find tons of free download links all over the internet, but those sites always scare me as they might contain viruses or malware.I learned a lot about the issues around getting the files downloaded and installed here:So, based on the info on the above post, here is what I did:. Locate this file (MSCOMCTL.OCX) on some other XP machine that already has the file.

Path is C:WindowsSystem 32. Copy this file to the same path C:WINDOWSSYSTEM32 on the new machine. Register the file by running ‘regsvr32 C:WINDOWSSYSTEM32MSCOMCTL.OCX’ at the command window.

(Admin right are probably required.). Reboot.If you have any corrections or additional instructions to share, please add a comment so we can get this reference as correct as possible. Post navigation. I have found that the following works:– the MS VB6 Common Controls installer from Microsoft-Open the executable with an archive manager such as 7-Zip (yes, it works)-Copy mscomctl.ocx from the executable to%SYSTEMROOT%system32-run regsvr32 mscomctl.ocxThis method worked after running the installer itself failed.

Comctl32 Ocx Files

(!) I was trying to get Dexpot, the virtual desktop software, to work on Windows XP, but the VB6 installer merely told me to reboot my computer, without installing anything.Don’t know how much longer this trick will be relevant, seeing as XP will no longer be supported with security updates as of 2014 (last I heard), but if you believe the, some 37 percent of desktops are still using XP!