blah blah blah is here! blah blah » Close

0
votes
1 answers

random number generation

What is the function of random number generation in C#? for example we have RND in VBA...

0
votes
1 answers

C#

How to give the random number in c# windows application? i will use the following method,but some error will be occurring during run time.. codes like... DataTable dt = null; //dt = ds.Tables["Bill_Info Query&quo ...

2
votes
2 answers

display one line from a text file

Hi, The title says it all. I have a text file with about 50 lines. I only want to display only one line. I've got a random number that chooses the line. I'm new at C# so please keep it simple. Thanks in advance.

1
votes
3 answers

how do i make change random number?

[code]int Random1 = 0; int Random2 = 0; string StrRandom1 = ""; string StrRandom2 = ""; string StrRandom1PlusRandom2 = ""; int ResistorValue = 0; Random1 = randomnumber.Next(1, 10); ...

Feedback