ImageList Control

  • Thread starter Thread starter Rudy Welvaert
  • Start date Start date
R

Rudy Welvaert

With the conversion of a Office 97 database to Office 2000
I got an error on a ImageList Control (ActiveC-Control) of
OLE Class ImageListCtrl, Class: COMCTL.ImageListCtrl.1

A Technet entry indicated that I needed to remove the
control and re-insert it.
So after deleting the bad control, I inserted first a
Microsoft Image ListControl 6.0 (SP4) Class:
MSComctlLib.ImageListCtrl.2. The result was error 35610,
Invalid Object.
Then I tried to insert a Image ListControl, version 5.0
(SP2).
This time I immediatly got an error while editing:

"You don't have the licence required to use this ActiveX
Control. You tried to open a form containing an OLE object
or an ActiveX control or you created an ActiveX control.
To obtain the appropriate licence, contact the company
that provides the licensed OLE object or ActiveX control."

As far as I can check it, that provider is Microsoft
itself, I have a full licence on both Office and Windows,
I did a full install and I included all the available
comctl-libraries in my Access application. So why don't I
have the appropriate license?
 
Back
Top