Click here to Skip to main content
15,885,546 members

Comments by Member 9839800 (Top 9 by date)

Member 9839800 17-Feb-13 1:45am View    
Deleted
thanks
Member 9839800 16-Feb-13 19:48pm View    
Deleted
hi, i have tried out the file transfer program using c# and combined with my code and it result i am able to send file such as image or video but it turn out to be blank file when it received.
Member 9839800 16-Feb-13 19:40pm View    
Deleted
thanks for the link. if i am using in this way do i have to add two address to send to multiple clients

private void server_Load(object sender, EventArgs e)
{
byte[] bt;
bt = new byte[] { 127,0,0,1 };
IPAddress address = new IPAddress(bt);
}
Member 9839800 16-Feb-13 19:15pm View    
yes i tried but i not sure on how to save image and video in sd card when working in android 4.0. And also does android 4.0 stream tv cause i having problem in steaming in 4.0.
Member 9839800 16-Feb-13 9:21am View    
Deleted
can anyone show me a sample please. appreciate your help
is it add from:
List<tcpclient> _clients = new List<tcpclient>();

_clients.Add(client1);