Query

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Im sending text and bitmap data converted into bytes from
one computer to another. I want to check on the target
computer whether the data ie; the byte array is a String
or a bitmap. How can i do this ?

Please help.

TIA
 
* "Jay said:
Im sending text and bitmap data converted into bytes from
one computer to another. I want to check on the target
computer whether the data ie; the byte array is a String
or a bitmap. How can i do this ?

You will have to include a header. How do you send the data?
 
what about using remoting ?
it's very powerfull and usefull if your network stuff becomes slightly
complicated ....
 
Im using sockets programming.
I want to how can we acertain that the bytes that have
been recieved is text or bmp ???
TIA
 
* said:
Im using sockets programming.
I want to how can we acertain that the bytes that have
been recieved is text or bmp ???

The topic of this group is .NET Windows Forms programming. You will
more likely get an answer if you post to the general framework group:

<
 
Back
Top