It is simply added from a text box.
There has to be a simple way to make it appear in the listbox when the program is closed and opened
private void button1_Click(object sender, EventArgs e)
{
listBox1.Items.Add(textBox1.Text);
}
Is there a way to change the for loop to something else and to any other loops. How
thanx for your help
float result = float.Parse(memory[0].ToString());
for (int i = 0; i < memory.Count; i++)
{
if (memory[i].ToString() == "+")
{
result +=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.