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

C#

 
QuestionConvert byte[] array to byte[,] Pin
Praveen02929-May-07 19:32
Praveen02929-May-07 19:32 
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 
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 
Remove the '10' out of the Random constructor. It is the seed for the generator and by giving it always the same number it will also always procude the same numbers. Removing the argument from the constructor will result in a time based seed generation which should always be different.

Robert



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 

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.