Click here to Skip to main content
15,906,333 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can we find windows Temp folder ? Pin
DaveyM6914-Sep-08 23:33
professionalDaveyM6914-Sep-08 23:33 
GeneralRe: How can we find windows Temp folder ? Pin
Mohammad Dayyan15-Sep-08 3:08
Mohammad Dayyan15-Sep-08 3:08 
GeneralRe: How can we find windows Temp folder ? Pin
DaveyM6915-Sep-08 3:48
professionalDaveyM6915-Sep-08 3:48 
GeneralRe: How can we find windows Temp folder ? Pin
Mohammad Dayyan15-Sep-08 9:47
Mohammad Dayyan15-Sep-08 9:47 
QuestionNative Image not found help Pin
Silvyster13-Sep-08 15:51
Silvyster13-Sep-08 15:51 
AnswerRe: Native Image not found help Pin
Anthony Mushrow13-Sep-08 16:27
professionalAnthony Mushrow13-Sep-08 16:27 
GeneralRe: Native Image not found help Pin
Silvyster13-Sep-08 16:32
Silvyster13-Sep-08 16:32 
AnswerRe: Native Image not found help Pin
Karthik Kalyanasundaram13-Sep-08 16:43
Karthik Kalyanasundaram13-Sep-08 16:43 
You can try out this.
In Server,
1. Read the image from the file.
2. Save the image onto a MemoryStream object.
3. Get the buffer from the MemoryStream using GetBuffer() method, this method will return the bytes from the memory stream.

Now you send this byte array to the client.
Now In Client,
1. Create new MemoryStream object and write the byte array received from server onto the MemoryStream.
2. Create new Image object from the MemoryStream using Image.FromStream() method and use this image object in the PictureBox.

Do more work
Make more mistakes
Learn more things

Questionhow can i get the last word from the string Pin
ahmedhassan9613-Sep-08 15:41
ahmedhassan9613-Sep-08 15:41 
AnswerRe: how can i get the last word from the string Pin
Steven A. Lowe13-Sep-08 16:01
Steven A. Lowe13-Sep-08 16:01 
AnswerRe: how can i get the last word from the string Pin
Mark Salsbery13-Sep-08 16:04
Mark Salsbery13-Sep-08 16:04 
AnswerRe: how can i get the last word from the string Pin
Mycroft Holmes13-Sep-08 16:06
professionalMycroft Holmes13-Sep-08 16:06 
AnswerRe: how can i get the last word from the string [modified] Pin
Eslam Afifi13-Sep-08 16:11
Eslam Afifi13-Sep-08 16:11 
AnswerRe: how can i get the last word from the string Pin
Mohammad Dayyan13-Sep-08 20:56
Mohammad Dayyan13-Sep-08 20:56 
GeneralRe: how can i get the last word from the string Pin
Mycroft Holmes13-Sep-08 21:51
professionalMycroft Holmes13-Sep-08 21:51 
GeneralRe: how can i get the last word from the string Pin
#realJSOP14-Sep-08 2:12
professional#realJSOP14-Sep-08 2:12 
GeneralRe: how can i get the last word from the string Pin
Mohammad Dayyan14-Sep-08 2:15
Mohammad Dayyan14-Sep-08 2:15 
GeneralRe: how can i get the last word from the string Pin
Eslam Afifi14-Sep-08 5:18
Eslam Afifi14-Sep-08 5:18 
GeneralRe: how can i get the last word from the string Pin
#realJSOP14-Sep-08 5:46
professional#realJSOP14-Sep-08 5:46 
GeneralRe: how can i get the last word from the string Pin
Eslam Afifi14-Sep-08 7:09
Eslam Afifi14-Sep-08 7:09 
AnswerRe: how can i get the last word from the string Pin
Shweta Gulati14-Sep-08 18:26
Shweta Gulati14-Sep-08 18:26 
QuestionSend File As Download After Complete? [modified] Pin
Arcdigital13-Sep-08 15:28
Arcdigital13-Sep-08 15:28 
AnswerRe: Send File As Download After Complete? Pin
Anthony Mushrow13-Sep-08 16:20
professionalAnthony Mushrow13-Sep-08 16:20 
QuestionA Drag-n-Drop question ? Pin
Mohammad Dayyan13-Sep-08 12:29
Mohammad Dayyan13-Sep-08 12:29 
AnswerRe: A Drag-n-Drop question ? Pin
Anthony Mushrow13-Sep-08 16:17
professionalAnthony Mushrow13-Sep-08 16:17 

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.