Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

MSCOMCTL32.OCX File Not Found error, help!


Jumbofile
 Share

Recommended Posts

> When I load VB6 it gives me that error and when I try to add it using components it gives a file not found error.
>
>  
>
> Windows 7 x64
>
> Vb6 running on XP SP3

I think you have to download it into the system32 folder in the windows folder. Then you have to register it… at least, that's what I did.
Link to comment
Share on other sites

  • 5 months later...
This is a quick fix and it has to do with the version of MSCOMCTL32.OCX being used by VB when you load the project.

Right click on your visual basic project "client" and "Server" and open with notepad. Near the top about 6 lines down you should see:

Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.1#0; MSCOMCTL.OCX

Edit to:

Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL.OCX

Changing this part which I believe is the version:

#2.1#0;

to

#2.0#0;

Thanks
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...