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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

...not a loaded control class

Status
Not open for further replies.
Nov 15, 2000
322
US
VB Newb here...

I'm attempting to open an existing project tht was devloped on another developer's PC. When I try on my PC with a clean install of VB5 and SP3 I receive the following:

Errors during load. Refer to \\..\f_fgmain.log for details

f_fgmain.log has the following entries:

Line 116: Class ComctlLib.Toolbar of control tlbInstr was not a loaded control class.
Line 230: Class ComctlLib.Toolbar of control tlbLabor was not a loaded control class.
Line 329: Class ComctlLib.Toolbar of control tlbCom was not a loaded control class.
Line 551: Class ComctlLib.Toolbar of control tlbBOM was not a loaded control class.
Line 596: Class ComctlLib.TabStrip of control tsOptions was not a loaded control class.
Line 640: Class ComctlLib.ImageList of control ImageList1 was not a loaded control class.

Obviously I have some controls that I need to load, but have no idea what or how. Any help would be appreciated.

Monkeylizard
-Isaiah 35-
 
Sounds like a lack of the common control ocx or something like that.

What cannot you open this project on other's developer computer and see all the controls and references lists?





 
He's on vacation. I should be able to gain access to his PC, but how do I find which controls and ref lists are loaded and then hopw do I load them on my PC?

Like I said, I'm a VB newb...

Monkeylizard
-Isaiah 35-
 
Looks like you're missing MSCOMCTL.OCX which contains (amongst others) the references given above

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
OK. Where do I find this and how do I get in installed on my workstation?

Monkeylizard
-Isaiah 35-
 
It's part of VB6 - can't remember VB5 sorry!

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
OK, found the problem...

I was attempting to open an old (and apparently corrupt) copy of the Project.

Found the right Project and Voila!

Monkeylizard
-Isaiah 35-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top