I have loaded the project in question beforeâwithin the last couple weeksâwithout problem.
But now when I try to open the .prj in the VB6 IDE, I get âPremission Denied.â (Youâd think the
pricks at Microsoft could make message boxes like this and File Not Found tell you
[u]what</u> file
was not foundâsince the OS was just looking for itâand to
[u]what</u> you were just denied access
toâsince the OS just finished trying to access it...)
I wind up with several .log files. The entries are:
Code:
Class MSComctlLib.Toolbar of control tbToolBar was not a loaded control class.
Class MSComctlLib.StatusBar of control sbStatusBar was not a loaded control class.
Class MSComctlLib.ImageList of control imlToolbarIcons was not a loaded control class.
in one, and
Code:
Property Picture in picLogo had an invalid file reference.
Property Picture in picLogo had an invalid file reference.
in the splash screen. (I presume this problem is secondary to not being able to create the
ImageList, in the first file.)
I have run the .EXE contained in vb6cli.exe: VBC6.exe.
I have run RegSvr32 "C:\WINNT\system32\MSCOMCTL.OCX" (Reported successful registration.)
I have looked at the permissions (comparing with MSCOMCT2.OCX, which I
can reference
without a problem), and all seems to be copascetic.
I get this error also when I have an open application, right click on the toolbox, select
Comp[u]o</u>nents..., and try to add Microsoft Windows Common Controls 6.0 (SP6) (which is
MSComCtl.ocx), yet I
can add Microsoft Windows Common Controls-2 6.0 (SP6) &
Microsoft Windows Common Controls-3 6.0 (SP5)