Here is the code I have for one of my forms.
private void button1_click(object sender, EventArgs e)
{
}
}
}
I am trying to have another form open when this button is clicked. I know you need to add the line inbetween the {}, so dont tell me that. All I need to know is how to make another form open when this button is pressed. It would be good also if you could tell me the code to CLOSE the form also. I'm so new at this, it;s not even funny. Thanks so much!