PDA

Click to See Complete Forum and Search --> : Image List Object


speedi
Sep 20th, 2000, 07:16 PM
Hello

Have you ever had the error Message "Image List must be initialized before it can be
used"?

I have used a treeview and a imagelist in my application and this error message
appears when it runs
on a machine with internet explorer 4. When i make a complet install of the internet
explorer 5 then the error message doesn't appear.

So have you suggestion why this error occure. It can't be the dll file because it
runs with the old and the new one

Sincerly Markus Meister

monte96
Sep 20th, 2000, 08:42 PM
I ran into this also. Microsoft has info on this in the knowledgebase.. I ended up using a javascript Treeview which has the added bonus of not being IE only.

I *think* the problem is that the imagelist must be populated on the client side and there is no real way of doing it. (At least not one that I've found)