|
-
Dec 1st, 2002, 03:24 PM
#7
Thread Starter
Junior Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|