Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello, Continue on the conversi 1

Status
Not open for further replies.

112055

Programmer
May 13, 2002
61
US
Hello,
Continue on the conversion from VB3 to VB6. Thank you Robert for your help. Now after I opened up the start form, I got a message saying, 'Errors during load. Refer to ‘C:\MyVBProject\Login.log’ for details.
And when I go look at the log file, it says,
'Line 21: Class SSPanel of control Panel3D4 was not a loaded control class.
Line 66: Class SSFrame of control fraHost was not a loaded control class. .
Line 109: Class SSDataOption of control optMode was not a loaded control class. .
Line 155: Class SSDataCombo of control txtAgentID was not a loaded control class.......'

The error messages in the log file goes on and on.

Is there some sites that can explain what these message mean and give some guidance as what/how to resolve them?

thanks,
Ann
 
Controls begining with SS are Sheridan controls, they used to installed as part of early versions of VB. They are not included with VB6 you need to install them manually from your VB3 CD if VB3 was 32bit (?). If not you will need to upgrade them to the 32Bit version for VB6. These files were included with VB4 and VB5 but I dont think VB6 includes them. Look for THREED32.OCX you will also need to install the license key and register it VBCTRLS.REG. You may also need other OCXs if used something like spin32, anibtn, gauge, grid, keysta and msoutl. I vaguely recall other issues but......

I hope this is enough to get you started.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top