Windows 11 Insider Build 22567.100 - ICO files giving "Runtime error 7:Out of memory" with ImageList.Add in VB6 code

Viewed 123

When we are loading ICO (icon files) using 'ImageList.ListImages.Add' method in VB6 code, it is throwing "runtime error 7 - out of memory" message , in a Windows 11 PC with Insider Build 22567.100. It is working properly when ICO files are loaded using LoadPicture method. The code is working fine with older Windows 11 builds and issue is occurring only in this build.

For BMP files it is working fine with 'ImageList.ListImages.Add' method, and error is occurring only for ICO files. We are using ICO files with bit depth as 32.

Screenshot

0 Answers
Related