Support Forums

Full Version: Need Help with Registering VB Files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so I have a proram where I can't open in because I don't have 2 files registeredt

The Files are:
  • Codejock.CommandBars.v12.1.0.ocx
  • Codejock.Controls.v12.1.0.ocx

The Error is:
'Codejock.CommandBars.v12.1.0.ocx' or one of its dependencies not correctly registered: a file is missing or invalid.


Where must I register them to get it to work properly? Thanks in advance for the help.
In command propmt run as admin type
Code:
Regsvr32 path to yourfile.ocx
, try that.
Google register .ocx files, and there should be a list you can download and a program to register them all in the registry.