D
Dean Slindee
Probably easy, but the following does not work:
Dim imgLarge As New ImageList
imgLarge.ColorDepth = ColorDepth.Depth32Bit 'ok
imgLarge.ImageSize(64, 64) 'nope
imgLarge.ImageSize.Height = 64 'nope, get property only
Thanks,
Dean Slindee
Dim imgLarge As New ImageList
imgLarge.ColorDepth = ColorDepth.Depth32Bit 'ok
imgLarge.ImageSize(64, 64) 'nope
imgLarge.ImageSize.Height = 64 'nope, get property only
Thanks,
Dean Slindee