Answer the question
In order to leave comments, you need to log in
When pressing 1 button, perform a cycle of actions from another button?
private void button4_Click(object sender, EventArgs e)
{
int i;
for (i = 1; i <= 2; i++)
{
}
textBox5.Text = (i).ToString();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question