blah blah blah is here! blah blah » Close

0
votes
1 answers

1 - 100 textbox

Hi all, I'm making a program in which I need a textbox (hundred_txt) that the user can only type in the numbers 1 to 100. Thanks in advance.

0
votes
2 answers

Double round up

Hi, me again For complicated reasons I need to round up a doulbe to the closest whole number. ie(5.54 -> 6). If it helps I'm deviding two ints (X and I). Thanks in advance.

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.

0
votes
1 answers

A text-file-array question

Hi all, I've got a few questions. 1st. How do I save a text file into an array so that the lines on the text file are different numbers in the array. 2nd. Can I use a random int to select which array value to use and display? 3rd. Can I ...

1
votes
3 answers

only one line text file reading

Hi, I've got a problem; I'm makeing a quiz game and I have all of the questions in one text file (each on a different line) and all of the answers in another text file (eg. the answer to question 2 on line 2 ect.) anyway I need to display ...

Feedback