About 50 results
Open links in new tab
  1. activex - How to register both the Win32 and x64 version of an OCX ...

    From the article it says that on a WIN64 system the default regsvr32 is for registering 64 bit OCX controls and to register 32 bit versions of the OCX control I should use …

  2. How to install mscomct2.ocx file from .cab file (Excel User Form and ...

    Jul 9, 2018 · Just extract the .ocx file from the .cab file (it is similar to a zip) Copy to the system folder (c:\windows\sysWOW64 for 64 bit systems and c:\windows\system32 for 32 bit) Use regsvr32 …

  3. VB6 IDE cannot load MSCOMCTL.OCX after update KB 2687323

    Aug 16, 2012 · MSCOMCTL.OCX is registered in the usual system32 folder. The executable produced by exactly the same project, an hour before the update runs fine and loads the updated …

  4. vb6 - MSCOMCTL.ocx missing Windows 10 - Stack Overflow

    Aug 31, 2016 · 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 …

  5. MSCOMM32.ocx usage causes Not Trusted Error - Stack Overflow

    Jul 9, 2018 · I was using an Excel macro which uses mscomm32.ocx for communicating with the serial port. It was working fine until some one or two month back. Now when we try to run it again it is not …

  6. registry - Registering OCX with regsvr32.exe and having it available ...

    Oct 11, 2013 · Registering OCX with regsvr32.exe and having it available for all users Ask Question Asked 13 years, 2 months ago Modified 12 years, 5 months ago

  7. MSCAL.OCX not working on MS Access 2010(64-bit) on Windows …

    Nov 4, 2016 · Calendar Control Registration Issues Because Windows 10 and later are all 64 bit operating systems, the old 32 bit OCX in question will not register and install with the normal …

  8. How to install OCX components of an application? - Stack Overflow

    Feb 7, 2019 · TABCTL32.OCX TABCTL32.DEP MSWINSCK.DEP MSWINSCK.OCX MSMAPI32.DEP MSMAPI32.OCX FTP.OCA FTP.OCX COMDLG32.OCX I took some advice from the answer of …

  9. .net - Use OCX without registering it - Stack Overflow

    Apr 11, 2013 · Is it possible to use an ocx (ActiveX Control) on a winform (probably adding it programatically) without first having the ocx registered with regsrv32? What I'm trying to achieve is to …

  10. How to use ocx in .Net windows application - Stack Overflow

    May 21, 2010 · I have to use a ocx in .Net application. In the toolbox, i right clicked and from com tab added the ocx. Now the ocx appeared in the toolbox and added the control to the form.