I don't have any special way i'm passing the number of elements I want. I don't really care what each element's string contain. Here is the issue I already created and have the string array with all...
Hi,
I' haven't been able to figure out how to format a list of string arrays coming from the string array. Currently here is another version of my code. Each time i change my code and...
Big,
Ed, I didn't try to waste Talikag time, i got an error message when trying to run the code. I was asking whether this could be implemented with integer list. What i'm try to do is...
Talikag
Will this work if im working with a list<int> Thats where
i'm have the issue at. I was trying to see your code would work,
but it would not work, since i hat a...
DataMiser that is one way of looking at it but i would be putting the number 3, 4, 5 in the array. I've seen code where people use weights instead of array. I'm assuming this would work about the...
Sorry but i'm confuse about what you are saying here. I don't know why i'm muliplying by 5. i'm just trying to add weights to the range. that way the probability of the random number choosing one...
Arjay you hit it right on the head.
====since you've create a new Form1 instance, textBox1.Text will be blank ===
...
When i was first creating my method i was having some issues becuase i had...
Does anyone know if this can be due to how my method was created or how its inside my
public partial class Form1 : Form or is this a setting issue. I've been racking my brain and searching the...
dglienna
myVal = textBox1.Text;
numTxt1 = int.Parse(myVal); This is the line that is throwing the error. I debugged it.
It seems like the value coming from the...
Thanks Big ed for the reply here is sample of my code.. thanks..
Quick eplanation of my code. There is 6 textboxes that i pick up text from which are number text. After that I click a button that...
Hi,
I'm debugging my application and the value from my textbox is always = "" (blank value)even after a value has been entered. This is what i think is causing this error message "input string...
Arjay,
Thanks for the reply, but i was just asking a question dealing on how to return the number's in my list to the label thats all. I know how to return one number from the list to...
Hi,
I'm confused on how to return more then one item to my list to more then one label at the same time. Meaning i know how to return on 1 item from the list to 1 label but how do i return...
I figured out the second part. Here is my code for the second part in case someone needs help with this logic... Thanks..again for all that tried to help.
I want to thank in advance anyone who's able to help me here. Hi my question is relating to my code for my list and Case . The method that i've used RemoveRange only removes the numbers that i have...
Hi,
My question which i've been trying to search for is whether i can randomize an if statement meaning this The program can choose to randomly choose which if statement to execute rather then...
Hey everyone.. i figured it out.. Here is the code.. Thanks.. for all of the Help from the people that tried to help and for the people that made fun or acted stoopid. Booyah..
I understand and you are correct, but I i have tried to use the debugger and but i cant seem to get it.
I have tried putting a break point but i can't figure it out. This is what i'm getting when...
Well i know its looping forever, but how do i add to the list but at the same time check that the next generated number does not equal the generated random number that is on the list.