Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: storing dynamic controls on post back Pin
Christian Graus29-May-07 18:23
protectorChristian Graus29-May-07 18:23 
QuestionProject Build Help Pin
Aish-t29-May-07 17:01
Aish-t29-May-07 17:01 
AnswerRe: Project Build Help Pin
Aish-t30-May-07 14:57
Aish-t30-May-07 14:57 
QuestionUsing escape sequence characters in project string resources Pin
jozsurf29-May-07 15:37
jozsurf29-May-07 15:37 
AnswerRe: Using escape sequence characters in project string resources Pin
Christian Graus29-May-07 16:00
protectorChristian Graus29-May-07 16:00 

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.