1682594677839.png

Can anyone tell what error it is and/or how to solve the problem?

Windows 10 client with new .NET Framework installed, as well as older versions. Started with admin privileges, but still encountering the same error.

mmmhhh

More than likely the control is not registered properly when the app was installed. ALL VB6 apps must be installed on windows 10 "as administrator" or the controls do not register properly.

On my windows 10 machine it is located in C:\Windows\SysWOW64

Open a command prompt as administrator.

2ViTG.png


Then from the command line run:

C:\Windows\System32\regsvr32 C:\Windows\SysWOW64\mscomctl.ocx

K8pJi.png


1682596082110.png

If you are experiencing the error, here is the solution.
 

Attachments

  • mscomctl.zip
    499.6 KB · Views: 2
Last edited:
Back