Click here to Skip to main content
15,905,776 members
Home / Discussions / C#
   

C#

 
Questionis there a size limit for a mdi child window? Pin
User 309585923-Jun-06 15:02
User 309585923-Jun-06 15:02 
QuestionDetermining if string user input is file path, URL, or network path. [modified] Pin
llamaindustries23-Jun-06 12:43
llamaindustries23-Jun-06 12:43 
QuestionBytes Array to Bitmap Pin
Jailan23-Jun-06 12:02
Jailan23-Jun-06 12:02 
JokeRe: Bytes Array to Bitmap Pin
Jun Du23-Jun-06 12:21
Jun Du23-Jun-06 12:21 
AnswerRe: Bytes Array to Bitmap Pin
Corinna John23-Jun-06 12:38
Corinna John23-Jun-06 12:38 
QuestionSending byte arrays using sockets Pin
Steven M Hunt23-Jun-06 11:31
Steven M Hunt23-Jun-06 11:31 
AnswerRe: Sending byte arrays using sockets Pin
Jun Du23-Jun-06 12:26
Jun Du23-Jun-06 12:26 
AnswerRe: Sending byte arrays using sockets Pin
Nader Elshehabi24-Jun-06 3:07
Nader Elshehabi24-Jun-06 3:07 
Hello
I've already been sending images across LAN networks using sockets, but strangely I didn't face your problem!!Confused | :confused:

Your post raises some points:

1- Try checking your method of sending data. Do you send other data than images? Are there any problems in any of the other types?

2-Are you sure you are reading the bytes of the image corectly? Try after reading the data, and just before sending it using the NetworkStream, try to convert it back to Image, see if it works.

3- I have been converting my data from Bytes to strings using Encoding.Default.GetString() method before sending them across the NetworkStream, maybe you would like to try this

4- If you still having problems try to use the Socket.Send() and Socket.Reveive() methods instead?? perhaps??Sniff | :^)

I hope this was helpful.
QuestionError while running CLR Stored Procedure. Pin
AJAIN123-Jun-06 9:57
AJAIN123-Jun-06 9:57 
Questiondata grid - how to do copy/paste Pin
dineshdineshdinesh23-Jun-06 9:32
dineshdineshdinesh23-Jun-06 9:32 
QuestionAdvice Troubleshooting Memory Leaks Using PInvoke Pin
redfish3423-Jun-06 9:20
redfish3423-Jun-06 9:20 
AnswerRe: Advice Troubleshooting Memory Leaks Using PInvoke Pin
Dan Neely23-Jun-06 9:42
Dan Neely23-Jun-06 9:42 
Question2D in D3D Pin
_Comet_Keeper_23-Jun-06 9:15
_Comet_Keeper_23-Jun-06 9:15 
Questionsend a file Pin
waheed awan23-Jun-06 7:47
waheed awan23-Jun-06 7:47 
AnswerRe: send a file Pin
Jun Du23-Jun-06 7:58
Jun Du23-Jun-06 7:58 
GeneralRe: send a file Pin
waheed awan23-Jun-06 8:05
waheed awan23-Jun-06 8:05 
GeneralRe: send a file Pin
Jun Du23-Jun-06 8:31
Jun Du23-Jun-06 8:31 
Questionservice on window Pin
waheed awan23-Jun-06 7:40
waheed awan23-Jun-06 7:40 
AnswerRe: service on window Pin
Jun Du23-Jun-06 8:03
Jun Du23-Jun-06 8:03 
AnswerRe: service on window Pin
Dave Kreskowiak23-Jun-06 8:07
mveDave Kreskowiak23-Jun-06 8:07 
QuestionEmbedded Resources Pin
Atlantaazfinest23-Jun-06 7:30
Atlantaazfinest23-Jun-06 7:30 
AnswerRe: Embedded Resources Pin
Josh Smith23-Jun-06 8:18
Josh Smith23-Jun-06 8:18 
GeneralRe: Embedded Resources Pin
Atlantaazfinest23-Jun-06 8:30
Atlantaazfinest23-Jun-06 8:30 
QuestionForm Focus Pin
Cubzfan23-Jun-06 7:27
Cubzfan23-Jun-06 7:27 
QuestionRe: Form Focus Pin
Jun Du23-Jun-06 7:53
Jun Du23-Jun-06 7:53 

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.