G
Guest
I got the error
=================
An unhandled exception of typ
'System.Runtime.InteropServices.ExternalException' occurred i
system.drawing.dl
Additional information: A generic error occurred in GDI+
=================
the code like this
Image aImg = pictrebox1.Image
MemoryStream ms = new MemoryStream()
aImg.Save(ms,aImg.RawFormat)
=================
An unhandled exception of typ
'System.Runtime.InteropServices.ExternalException' occurred i
system.drawing.dl
Additional information: A generic error occurred in GDI+
=================
the code like this
Image aImg = pictrebox1.Image
MemoryStream ms = new MemoryStream()
aImg.Save(ms,aImg.RawFormat)