only reads from the section "ICON", you must pass as a parameter the name of the resource, Example 101 102 or Icon_0, Icon_1
For i = 0 To 2
.ImageListLoadIconFromResource "10" & i
Next
or
For i = 0 To 2
.ImageListLoadIconFromResource "Icon_" & i
Next
and they only show when the application is compiled, that's a mistake that should have done differently.