Click here to Skip to main content
15,898,991 members
Home / Discussions / C#
   

C#

 
Questionbyte array to image Pin
Vivek Vijayan7-Jul-09 21:19
Vivek Vijayan7-Jul-09 21:19 
AnswerRe: byte array to image Pin
SeMartens7-Jul-09 21:29
SeMartens7-Jul-09 21:29 
GeneralRe: byte array to image [modified] Pin
Vivek Vijayan8-Jul-09 0:16
Vivek Vijayan8-Jul-09 0:16 
GeneralRe: byte array to image Pin
SeMartens8-Jul-09 2:00
SeMartens8-Jul-09 2:00 
AnswerRe: byte array to image Pin
dan!sh 7-Jul-09 22:02
professional dan!sh 7-Jul-09 22:02 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 0:30
Vivek Vijayan8-Jul-09 0:30 
GeneralRe: byte array to image Pin
dan!sh 8-Jul-09 0:33
professional dan!sh 8-Jul-09 0:33 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 0:55
Vivek Vijayan8-Jul-09 0:55 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 1:12
Vivek Vijayan8-Jul-09 1:12 
GeneralRe: byte array to image Pin
dan!sh 8-Jul-09 2:42
professional dan!sh 8-Jul-09 2:42 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 2:26
Vivek Vijayan8-Jul-09 2:26 
AnswerRe: byte array to image Pin
harold aptroot8-Jul-09 1:37
harold aptroot8-Jul-09 1:37 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 2:25
Vivek Vijayan8-Jul-09 2:25 
GeneralRe: byte array to image Pin
harold aptroot8-Jul-09 2:41
harold aptroot8-Jul-09 2:41 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 4:08
Vivek Vijayan8-Jul-09 4:08 
GeneralRe: byte array to image Pin
harold aptroot8-Jul-09 4:20
harold aptroot8-Jul-09 4:20 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 4:27
Vivek Vijayan8-Jul-09 4:27 
GeneralRe: byte array to image Pin
harold aptroot8-Jul-09 4:32
harold aptroot8-Jul-09 4:32 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 5:01
Vivek Vijayan8-Jul-09 5:01 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 5:09
Vivek Vijayan8-Jul-09 5:09 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 5:13
Vivek Vijayan8-Jul-09 5:13 
GeneralRe: byte array to image Pin
harold aptroot8-Jul-09 5:15
harold aptroot8-Jul-09 5:15 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 5:23
Vivek Vijayan8-Jul-09 5:23 
GeneralRe: byte array to image Pin
harold aptroot8-Jul-09 5:26
harold aptroot8-Jul-09 5:26 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 5:49
Vivek Vijayan8-Jul-09 5:49 
what is the other way...but i m not able to open the image using the code

pictureBox1.Image =new Bitmap("\\Program Files\\pic\\screen.Bmp");

and

pictureBox1.Image =File.Open("\\Program Files\\pic\\screen.Bmp", FileMode.Open, FileAccess.Read));its raising exception "Exception"

This code was posted by me...

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.