[RESOLVED] Problem with ImageList after updating to SP6
I've updated to SP6 (even if it sounds strange I never did up to now heh), and now I'm having problems with the ImageList contained in MSCOMCTL.OCX... when I use:
imgList.ListImages(index)
The only 'property' I have access to is MSComCtlLib (?), and therefore I get an error when trying to access the picture...
Has anyone seen this problem before?
Re: Problem with ImageList after updating to SP6
Are you using the sp 6 version of the control or an earlier one? You may need to delete the image list and create a new one so it wil pick up the sp fix.
Re: Problem with ImageList after updating to SP6
Quote:
Originally Posted by RobDog888
Are you using the sp 6 version of the control or an earlier one? You may need to delete the image list and create a new one so it wil pick up the sp fix.
I'm using the SP6 version, and even if I create a new project it doesn't work as it should...
Re: Problem with ImageList after updating to SP6
I havent seen this issue with "MSComCtlLib" being a property of the IL control. Have you tried searching MSDN Knowledge Base online?
Re: Problem with ImageList after updating to SP6
Quote:
Originally Posted by RobDog888
I havent seen this issue with "MSComCtlLib" being a property of the IL control. Have you tried searching MSDN Knowledge Base online?
Yep, I took a quick look with no luck. Anyway, I've just seen this download, and decided to install it when I've seen that it's newer than SP6 and the problem has disappeared.
Re: [RESOLVED] Problem with ImageList after updating to SP6
But the update fix is not related to that error issue. Probably you had an issue diring the install of SP6 and a reinstall of SP6 would have sufficed.
The fix you installed still help prevent other issues but note its not uninstallable.
Re: [RESOLVED] Problem with ImageList after updating to SP6
Quote:
Originally Posted by RobDog888
But the update fix is not related to that error issue. Probably you had an issue diring the install of SP6 and a reinstall of SP6 would have sufficed.
The fix you installed still help prevent other issues but note its not uninstallable.
I already tried reinstalling the SP6 twice, and it didn't solve the problem.
I guess the fix completely rewrites the two controls affected.