
comctl32.ocx not loaded problem
Hi,
I'm extremely new to vb5 and i've had to take over an existing
project. My idea is to understand the project by stepping thru
the code, etc.
Well it won't compile, because vb reports that comctl32.ocx is
not loaded - the form is using a toolbar - and it burbs at the
following code line
ToolbarPlay_ButtonClick(ByVal Button As ComctlLib.Button)
with the message
Compile error: User defined type not defined.
which i suspect is due to the fact that it can't load comctl32.ocx.
Well comctl32.ocx is in Windows\system and it does exist in
the registry, etc. I noticed that the CLSID in the project vbp and
frm files was not the same as the CLSID for the toolbar in the
registry so I changed them - no luck.
I'm running W95, vb5 with SP3 installed. Any hints, suggestions?
ta -John