|
-
Jun 22nd, 2004, 01:56 PM
#1
Thread Starter
Fanatic Member
byte array to stream
Hi all,
I am trying to get from a byte array to a stream reader.....any ideas?
Here's a longer explanation of what i'm trying to achieve:
I have an image stored in my database table in binary format. I put the image out of the table and but it in a byte array. I now want to display it on screen using GDI+. The way I figure doing this is by using System.Drawing.Image.FromStream() method call, and creating a Bitmap object. The problem is I can't get from an byte array to a stream.
Any ideas?
Cheers
Nick
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
|