Comctl32 ocx windows 7
Author: s | 2025-04-25
ERROR TABCTL32.OCX WINDOWS 7 HOW TO; Make a note of the folder in which the Comctl32.ocx is i right click the Comctl32.ocx file and delete itStep 3 - Manually Replace The
COMCTL32.OCX missing - Windows 7 Forums
Feb 1st, 2023, 11:31 PM #1 Thread Starter Fanatic Member Thread Starter--> [RESOLVED] MSComctl32 and ComCtl32.ocx OMG.. I hate this stuff. I know I know... use the common controls replacement project. But for whatever reason I can't get it to work.Meanwhile... I'm installing VB6 on a new machine and load up my project and get tons of errors. Line 5: Could not create reference: '{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.2#0'.Line 14: Could not create reference: '{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.5#0'.Line 3294: Class ComctlLib.Slider of control Slider was not a loaded control class.It looks like this part of the error on line 5 - #2.2 Should be #2.0 on the new machine. But this doesn't seem to fully fix things. And yes this is after adding SP6. Any definitive way to sort out this MsComCtl32 stuff (other than the replacement common controls project)? Feb 2nd, 2023, 12:24 AM #2 Re: MSComctl32 and ComCtl32.ocx Change everything to 1.0 and it will load. Code: {831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.2#0{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.5#0to Code: {831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#1.0#0{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.0#0It can be not only in the *.vbp but also in to *.frm Feb 2nd, 2023, 07:16 AM #3 Re: MSComctl32 and ComCtl32.ocx There is a security update of both Comctl32.ocx and Mscomctl.ocx (there is no Mscomctl32.ocx btw) post Service Pack 6 which breaks .vbp projects saved on a machine with the security update for machines without the security update (only w/ SP6) the way you are experiencing it in OP.cheers, Feb 2nd, 2023, 07:31 AM #4 Re: MSComctl32 and ComCtl32.ocx There is an update with some proper fixes, typelib version 2.1, and the one to ERROR TABCTL32.OCX WINDOWS 7 HOW TO; Make a note of the folder in which the Comctl32.ocx is i right click the Comctl32.ocx file and delete itStep 3 - Manually Replace The Joby_toss Posts: 3044 Joined: Sat Feb 09, 2008 9:57 am Location: Romania Contact: I am Baas Posts: 4150 Joined: Thu Aug 07, 2008 4:51 am Re: SterJo Wireless Password #4 Post by I am Baas » Mon Apr 01, 2013 5:14 pm joby_toss wrote:What if we place the file comctl32.ocx in the app's directory?It is in the apps folder. It's included in the .zip archive and extracted with the other files to the same folder. joby_toss Posts: 3044 Joined: Sat Feb 09, 2008 9:57 am Location: Romania Contact: Re: SterJo Wireless Password #5 Post by joby_toss » Mon Apr 01, 2013 10:51 pm So, to clarify this a little bit: comctl32.ocx is in the app's folder. On my system (isn't it on everybody's?) it's also in my System folder. And it still copies it there? Might this be just a Sandboxie glitch? klup45 Posts: 2 Joined: Sat Mar 23, 2013 2:07 pm Re: SterJo Wireless Password #6 Post by klup45 » Tue Apr 02, 2013 2:24 am comctl32.ocx is VB runtime file from Microsoft. Mostly systems have this file into system folder to run some older applications. The software requires this to run properly like all other freewares from this developer. If you don't have it into your System32 folder then it will be copied and self-registered by the program, but it is a normal and safe don't worry. I am Baas Posts: 4150 Joined: Thu Aug 07, 2008 4:51 am Re: SterJo Wireless Password #7 Post by I am Baas » Fri Apr 05, 2013 11:13 pm klup45 wrote:comctl32.ocx is VB runtime file from Microsoft. Mostly systems have this file into system folder to run some older applications. The software requires this to run properly like all other freewares from this developer. If you don't have it into your System32 folder then it will be copied and self-registered by the program, but it is a normal and safe don't worry.It's comctl.ocx on 64-bit machines.Not portable, I guess. joby_toss Posts: 3044 Joined: Sat Feb 09, 2008 9:57 am Location: Romania Contact: Re: SterJo Wireless Password #8 Post by joby_toss » Sat Apr 06, 2013 1:36 am klup45 wrote:...but it is a normal and safe don't worry.It's safe, yes, but not normal for a portable application. Although I think there are portable apps that can use .ocx files like this without moving them into the System folder first.I tried to delete that file from the app's directory, and it worked fine, because I already had that file in my System folder (put there by another app, maybe). So, for me, this app (like all SterJo apps) is a keeper. klup45 Posts: 2 Joined: Sat Mar 23, 2013 2:07 pm Re: SterJoComments
Feb 1st, 2023, 11:31 PM #1 Thread Starter Fanatic Member Thread Starter--> [RESOLVED] MSComctl32 and ComCtl32.ocx OMG.. I hate this stuff. I know I know... use the common controls replacement project. But for whatever reason I can't get it to work.Meanwhile... I'm installing VB6 on a new machine and load up my project and get tons of errors. Line 5: Could not create reference: '{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.2#0'.Line 14: Could not create reference: '{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.5#0'.Line 3294: Class ComctlLib.Slider of control Slider was not a loaded control class.It looks like this part of the error on line 5 - #2.2 Should be #2.0 on the new machine. But this doesn't seem to fully fix things. And yes this is after adding SP6. Any definitive way to sort out this MsComCtl32 stuff (other than the replacement common controls project)? Feb 2nd, 2023, 12:24 AM #2 Re: MSComctl32 and ComCtl32.ocx Change everything to 1.0 and it will load. Code: {831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.2#0{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.5#0to Code: {831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#1.0#0{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.0#0It can be not only in the *.vbp but also in to *.frm Feb 2nd, 2023, 07:16 AM #3 Re: MSComctl32 and ComCtl32.ocx There is a security update of both Comctl32.ocx and Mscomctl.ocx (there is no Mscomctl32.ocx btw) post Service Pack 6 which breaks .vbp projects saved on a machine with the security update for machines without the security update (only w/ SP6) the way you are experiencing it in OP.cheers, Feb 2nd, 2023, 07:31 AM #4 Re: MSComctl32 and ComCtl32.ocx There is an update with some proper fixes, typelib version 2.1, and the one to
2025-04-22Joby_toss Posts: 3044 Joined: Sat Feb 09, 2008 9:57 am Location: Romania Contact: I am Baas Posts: 4150 Joined: Thu Aug 07, 2008 4:51 am Re: SterJo Wireless Password #4 Post by I am Baas » Mon Apr 01, 2013 5:14 pm joby_toss wrote:What if we place the file comctl32.ocx in the app's directory?It is in the apps folder. It's included in the .zip archive and extracted with the other files to the same folder. joby_toss Posts: 3044 Joined: Sat Feb 09, 2008 9:57 am Location: Romania Contact: Re: SterJo Wireless Password #5 Post by joby_toss » Mon Apr 01, 2013 10:51 pm So, to clarify this a little bit: comctl32.ocx is in the app's folder. On my system (isn't it on everybody's?) it's also in my System folder. And it still copies it there? Might this be just a Sandboxie glitch? klup45 Posts: 2 Joined: Sat Mar 23, 2013 2:07 pm Re: SterJo Wireless Password #6 Post by klup45 » Tue Apr 02, 2013 2:24 am comctl32.ocx is VB runtime file from Microsoft. Mostly systems have this file into system folder to run some older applications. The software requires this to run properly like all other freewares from this developer. If you don't have it into your System32 folder then it will be copied and self-registered by the program, but it is a normal and safe don't worry. I am Baas Posts: 4150 Joined: Thu Aug 07, 2008 4:51 am Re: SterJo Wireless Password #7 Post by I am Baas » Fri Apr 05, 2013 11:13 pm klup45 wrote:comctl32.ocx is VB runtime file from Microsoft. Mostly systems have this file into system folder to run some older applications. The software requires this to run properly like all other freewares from this developer. If you don't have it into your System32 folder then it will be copied and self-registered by the program, but it is a normal and safe don't worry.It's comctl.ocx on 64-bit machines.Not portable, I guess. joby_toss Posts: 3044 Joined: Sat Feb 09, 2008 9:57 am Location: Romania Contact: Re: SterJo Wireless Password #8 Post by joby_toss » Sat Apr 06, 2013 1:36 am klup45 wrote:...but it is a normal and safe don't worry.It's safe, yes, but not normal for a portable application. Although I think there are portable apps that can use .ocx files like this without moving them into the System folder first.I tried to delete that file from the app's directory, and it worked fine, because I already had that file in my System folder (put there by another app, maybe). So, for me, this app (like all SterJo apps) is a keeper. klup45 Posts: 2 Joined: Sat Mar 23, 2013 2:07 pm Re: SterJo
2025-04-036.00.8169 P,ECommon Dialog Control 6.0 COMDLG32.OCX 6.00.8169 L,P,EData Bound List Controls 6.0 DBLIST32.OCX 6.00.8169 L,P,EDataGrid Control 6.0 MSDATGRD.OCX 6.00.8169 L,P,EDataList Controls 6.0 MSDATLST.OCX 6.00.8169 L,P,EDataRepeater Control 6.0 MSDATREP.OCX 6.00.8169 P,EFlexGrid Control 6.0 MSFLXGRD.OCX 6.00.8169 L,P,EHierarchical FlexGrid Control 6.0 MSHFLXGD.OCX 6.00.3005 L,P,EInternet Transfer Control 6.0 MSINET.OCX 6.00.8169 P,EMAPI Controls 6.0 MSMAPI32.OCX 6.00.8169 P,EMasked Edit Control 6.0 MSMASK32.OCX 6.00.8169 P,EMultimedia Control 6.0 MCI32.OCX 6.00.8169 P,EPictureClip Control 6.0 PICCLP32.OCX 6.00.8169 P,ERemoteData Control 6.0 MSRDC20.OCX 6.00.8169 ERich Textbox Control 6.0 RICHTX32.OCX 6.00.8169 L,P,ESysInfo Control 6.0 SYSINFO.OCX 6.00.8169 P,ETabbed Dialog Control 6.0 TABCTL32.OCX 6.00.8169 L,P,EWindows Common Controls-3 6.0 COMCT332.OCX 6.00.8169 P,EWindows Common Controls 5.0 (SP2) COMCTL32.OCX 6.00.8022 L,P,EWindows Common Controls 6.0 MSCOMCTL.OCX 6.00.8177 L,P,EWindows Common Controls-2 5.0 (SP2) COMCT232.OCX 6.00.8022 L,P,EWindows Common Controls-2 6.0 MSCOMCT2.OCX 6.00.8177 L,P,EWinsock Control 6.0 MSWINSCK.OCX 6.00.8169 P,EL = Learning EditionP = Professional EditionE = Enterprise Editioncheers, Oct 25th, 2022, 07:59 AM #17 Hyperactive Member Re: Windows 10 Enterprise: Missing mswinsck.ocx Re VB6Cli.exethanks. Will give it a try. Oct 25th, 2022, 08:21 AM #18 Re: Windows 10 Enterprise: Missing mswinsck.ocx I recommend to drop the usage of that .OCX.I stopped using it +10 years ago due to issues.nowadays I use API calls. using that u don't need the OCX and it will work in windows 10 and I assume 11 as well.sure it will require a bit more work and a bit more "different approach" but its just a module. otherwise its almost the same. Feb 17th, 2024, 02:40 PM #19 New Member Re: Windows 10 Enterprise: Missing mswinsck.ocx Baka, Do
2025-04-03Use.The version 2.2 "security rollup" is problematic in many ways, including lots of "off by one" errors. Those show in the form of broken collection indexing and even truncating String properties by 1 character here and there. The security problems it was meant to address really only apply to cases like controls hosted in an IE page or a malware delivery system like Office VBA.The actual typelib version numbers vary by OCX of course. The numbers here are from Mscomctl.ocx. Feb 2nd, 2023, 08:08 AM #5 Thread Starter Fanatic Member Thread Starter--> Re: MSComctl32 and ComCtl32.ocx Thanks for the replies. The Security Update seems to have sorted out that problem. Now for some reason key words like "Database" and "Picture" aren't working. I think my VB6 had a stroke. But at least it mostly loads. Feb 2nd, 2023, 08:23 AM #6 Re: MSComctl32 and ComCtl32.ocx Originally Posted by Darkbob I think my VB6 had a stroke. But at least it mostly loads. And... it's more secure :-))cheers,
2025-04-20Integralunread,Aug 28, 2018, 8:02:51 AM8/28/18to Comunidad de Visual Foxpro en EspañolQue tal Amigos Utilizo en mis aplicaciones el COMCTL.ProgCtrl.1 Que contiene la Barra de Progreso Ver.5.0 ( Color Verde) Al ejecutar el sistema ya no aparece dicho control, manualmente trato de insertarlo pero solo existe la barra de progreso Version 6.0 (En cuadros de Color Azul).He descargado de una pagina del Internet el ComCtl.Ocx y lo he copiado en la carpeta del sistema y nada...Intente registrar el OCX desde VFP 9.0 y me indica un error ( Ver Imagen)He colocado el ocx, en la misma carpeta que el sistema. Pero, cuando ejecuto el formulario que contiene dicho OCX, NO FUNCIONA, Alguien sabe como puedo solucionar este problema.Saludos,INTEGRALCarlos E. JR.unread,Aug 28, 2018, 10:41:56 AM8/28/18to [email protected] el ocx que te interesa usar en un folder dentro de tu sistema, cierra el ide del fox, abre una ventana de comandos en MODO ADMINISTRADOR, corre el regsvr con el full path de tu ocx, deberia quedar registrado. si no intenta lo mismo pero renombra antes el ocxsaludos integralunread,Aug 29, 2018, 9:45:55 AM8/29/18to Comunidad de Visual Foxpro en EspañolAmigos :Alguno tendra el OCX de la Barra de Progreso Ver 5.0, dicho control es el COMCTL32.OCXSaludos,INTEGRALCarlos E. JR.unread,Aug 29, 2018, 10:51:46 AM8/29/18to [email protected] no instala controles activex, usa los que encuentra instalados por Windows. Esa versión que anda buscando debe estar en Windows XP, puede hacer una instalación del xp en una pc de 32 bits o instalarlo en una máquina virtual si su pc es de 64 bits, después saca el . ocx y listo.saludos integralunread,Aug 29, 2018, 12:08:55 PM8/29/18to Comunidad de Visual Foxpro en EspañolAmigo :Descargue el OCX en mencion intente insertarlo en un formulario y me manda un error...Adjunto imagen.Saludos,INTEGRAL El martes, 28 de agosto de 2018, 10:02:51 (UTC-5), integral escribió:Carlos E. JR.unread,Aug 29, 2018, 4:17:43 PM8/29/18to [email protected]. aqui le adjunto el activex, esta en formato .dll , lo copie de una maquina virtual que corre windows xp de 32 bits , en el .rar que le adjunto vienen 2 versiones del archivo, la 5.8 creo que es la que está buscando.la idea es comenzar de cero. no estaria mal correr alguna herramienta como ccleaner antes de empezar.a continuacion copie a un folder el archivo .dllC:\misSis\ActiveX\ComCtl32.dll por ejemplo o como ud. deseey renombrelo para que no entre en conflicto con los registros anteriores si es que hubieraprodria quedar asi C:\misSis\ActiveX\ComCtl32_v58.dllahora cierre el ide de foxabra un ventana de comando (simbolo de sistema) en MODO ADMINISTRADOR (clic derecho)y escriba: regsvr32.exe C:\misSis\ActiveX\ComCtl32_v58.dllel control deberia quedar registrado .ahora entre al ide de foxsu formulario ya contiene una referencia al control anterior asi que si lo abre o corre seguramente producira un error,seria conveniente si se puede eliminar el control , guardar el formulario y cerrarlo, antes de insertar el control ComCtl32_v58.dllaunque seria mejor si puede comenzar un formulario nuevo, porque los Forms en fox tambien son tablas y pudiera quedar informacion obsoleta , pero que de algun problema.bien, agregue a su formulario el control ComCtl32_v58.dll ,
2025-04-05Failure. There are several ways comctl32.dll errors can show up on your computer. Here are some of the more common ones: Comctl32.dll Not FoundThis application failed to start because comctl32.dll was not found. Re-installing the application may fix this problem.Cannot find [PATH]\comctl32.dllThe file comctl32.dll is missing and Cannot start [APPLICATION] A required component is missing: comctl32.dll. Please install [APPLICATION] again.The code execution cannot proceed because [PATH]\comctl32.dll was not found. These error messages might appear while using or installing certain programs, when Windows starts or shuts down, or maybe even during a Windows installation. The context of the error is an important piece of information that will be helpful while solving the problem. The comctl32.dll error message could apply to any program or system that might utilize the file on any of Microsoft's operating systems, including Windows 11, Windows 10, Windows 8, etc.Thanks for letting us know!Get the Latest Tech News Delivered Every DaySubscribe
2025-04-04