View Single Post
  #2 (permalink)  
Old 07-09-2009, 4:33 PM
xuser xuser is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jul 2009
Age: 31
Posts: 2
Reputation: 0
xuser is on a distinguished programming path ahead
Default

I don't get it... This doesn't work either.

Code:
For Each origProp As PropertyItem In img.PropertyItems
    il.Images.Item(0).SetPropertyItem(origProp)
Next
MsgBox(il.Images(0).PropertyItems.Length) ' Length = 0
Reply With Quote