B
Bob
I am having trouble with MemoryStream....
Dim Im As Image
Im = Im.FromFile("C:\smallphoto.Bmp")
Dim ms As MemoryStream = New MemoryStream
Im.Save(ms, Imaging.ImageFormat.Bmp)
.... I get "Value cannot be null." error on the last line.
Suggestions?
Thanks
Bob
Dim Im As Image
Im = Im.FromFile("C:\smallphoto.Bmp")
Dim ms As MemoryStream = New MemoryStream
Im.Save(ms, Imaging.ImageFormat.Bmp)
.... I get "Value cannot be null." error on the last line.
Suggestions?
Thanks
Bob