votes
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.
blah blah blah is here! blah blah » Close
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.
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.
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.
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 ...
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 ...