How to fix the error “Cannot load control SSPanel; license not found” in VB6 program

vb6

I have a VB6 legacy program which I need to change. I am unable to run the program from the IDE. When I activate one of the forms in the IDE I get an error which refers me to an error log file. The log file has the following in it

"Cannot load control SSPanel; license not found"

The SSPanel is part the Sheridan 3D controls (THREED32.ocx) and the component is selected.

How can I fix the error?

Best Answer

The solution that worked for me was to execute the file VBCTRLS.REG on the installation disc (common/tools/VB/controls). It registered the control. I stopped getting the error and I was able to run the program from the IDE