Search results for query: *

  • Users: xuser
  • Order by date
  1. X

    Image losing PropertyItems when adding to ImageList

    I don't get it... This doesn't work either. For Each origProp As PropertyItem In img.PropertyItems il.Images.Item(0).SetPropertyItem(origProp) Next MsgBox(il.Images(0).PropertyItems.Length) ' Length = 0
  2. X

    Image losing PropertyItems when adding to ImageList

    I'm stumped... As soon as an Image with PropertyItems is put into the ImageList, it appears to lose that data. Anyone know why this is happening and how to resolve it? ' il is of type ImageList; img is of type Image. MsgBox(img.PropertyItems.Length) ' Length = 68 il.Images.Add(img)...
Back
Top