Click here to Skip to main content
15,915,791 members
Home / Discussions / C#
   

C#

 
AnswerRe: Convert byte[] array to byte[,] [modified] Pin
Martin#29-May-07 20:02
Martin#29-May-07 20:02 
Questionhow to read windows events [modified] Pin
Joe Rozario29-May-07 19:30
Joe Rozario29-May-07 19:30 
AnswerRe: how to read windows events Pin
JF201529-May-07 20:44
JF201529-May-07 20:44 
GeneralRe: how to read windows events Pin
Joe Rozario30-May-07 3:05
Joe Rozario30-May-07 3:05 
GeneralRe: how to read windows events Pin
JF201530-May-07 17:50
JF201530-May-07 17:50 
QuestionDoes anyone here have a source code on internet speed? Pin
C#Coudou29-May-07 19:11
C#Coudou29-May-07 19:11 
AnswerRe: Does anyone here have a source code on internet speed? Pin
Christian Graus29-May-07 19:19
protectorChristian Graus29-May-07 19:19 
GeneralRe: Does anyone here have a source code on internet speed? Pin
C#Coudou29-May-07 19:31
C#Coudou29-May-07 19:31 
Wow, I like this forum, very fast to reply. thanks so much.

Christian Graus wrote:
because all they are learning is how to ask for snippets and paste them into their apps.


this is what i want and like "snippets".

Yeah i have lots of books here of C#. I just want to go on directly on my app. broadband speed testSmile | :)
could you please help me.
this is the part of code and it works fine.

for server
IPAddress IPAdd = IPAddress.Parse("192.168.1.8"); // my local ip address.
// initialize listener
TcpListener myList = new TcpListener(IPAdd, 8080);

for client
TcpClient myClient = new TcpClient();
Console.WriteLine("Connecting to server...");
// use the specified ipaddress and port in server side

myClient.Connect("192.168.2.226", 8080);

----
you have a code on this->
Christian Graus wrote:
It seems to also be testing the speed of ping, that's also a reasonable test.




to know everything is to know yourself...

GeneralRe: Does anyone here have a source code on internet speed? Pin
Christian Graus29-May-07 20:56
protectorChristian Graus29-May-07 20:56 
QuestionHow can i generate random numbers between 1 to 10 Pin
Test27030729-May-07 18:58
Test27030729-May-07 18:58 
AnswerRe: How can i generate random numbers between 1 to 10 Pin
Christian Graus29-May-07 19:15
protectorChristian Graus29-May-07 19:15 
AnswerRe: How can i generate random numbers between 1 to 10 Pin
Robert Rohde29-May-07 20:50
Robert Rohde29-May-07 20:50 
GeneralRe: How can i generate random numbers between 1 to 10 Pin
Test27030729-May-07 21:38
Test27030729-May-07 21:38 
Questionthreading Pin
vibhas198229-May-07 18:57
vibhas198229-May-07 18:57 
AnswerRe: threading Pin
Guffa29-May-07 18:59
Guffa29-May-07 18:59 
AnswerRe: threading Pin
Christian Graus29-May-07 19:31
protectorChristian Graus29-May-07 19:31 
AnswerRe: threading Pin
Manoj Kumar Rai29-May-07 19:49
professionalManoj Kumar Rai29-May-07 19:49 
GeneralRe: threading Pin
vibhas198230-May-07 1:27
vibhas198230-May-07 1:27 
AnswerRe: threading Pin
Manoj Kumar Rai29-May-07 19:51
professionalManoj Kumar Rai29-May-07 19:51 
GeneralRe: threading Pin
Christian Graus29-May-07 20:00
protectorChristian Graus29-May-07 20:00 
GeneralRe: threading Pin
Manoj Kumar Rai29-May-07 20:08
professionalManoj Kumar Rai29-May-07 20:08 
AnswerRe: threading Pin
leppie30-May-07 5:00
leppie30-May-07 5:00 
QuestionHow to print exactly on a standard paper form ? Pin
jamesjk29-May-07 18:01
jamesjk29-May-07 18:01 
Questionstoring dynamic controls on post back Pin
tauras8129-May-07 17:49
tauras8129-May-07 17:49 
AnswerRe: storing dynamic controls on post back Pin
Christian Graus29-May-07 18:23
protectorChristian Graus29-May-07 18:23 

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.