file.jpg to weblistbox cell

Ok, I think this is how I should be doing it…

[code] f = New FolderItem(docPath, folderitem.PathTypeNative)
myPDFFile = WebFile.Open(f)
myPDFFile.MIMEType = “application/jpg”

Now how do I get the picture into the cell. If I can get it into a picture or web picture I know I can use CellPicture, but how do I get the picture out of the file?

Never mind. I figured it out… Picture.open(f)