Well... I tried it, and well, it didnt work

I don't really understand how I would initialize it. Stream is a type, and not an object (i think), and vb won't let me declare it as new, or set it = new stream(). Also, I'm envoking the .Save command on origimg (which is a System.Drawing.Image), and trying to put it into a stream, so I can send it up to a database.

The help for the .Save command just shows to do this: obj.save(var dimmed as system.io.stream, Imaging.ImageFormat.Formatyouwant)

I can't envoke the stream.read(whatever), becuase origimg isn't a stream itself, or a list of bytes.


Can anyone shed some light on this one?