Originally posted by Plater
Please let me know if this worked for you... if it did, I must be doing something wrong.
Bitmap tempbm=new Bitmap("./thumbs/" + filename + "-Thumbnail.jpg");
thumbCell.Value=tempbm.Clone();
tempbm.Dispose();
Comment