Rikacoma
2015-07-06T11:15:48Z
What syntax should I use to get an object variable for the Imagelist.
This doesn't work:

Dim iIml as Object

SET iIml = CreateObject("vbalIml240_10Tec.vbalImageList")

What am I doing wrong?
Igor/10Tec
2015-07-06T13:49:44Z
You can't use the ImageList control this way. It's a 'visual' component that should be placed on a form to use it.