Im using this code atm,
VB Code:
private void button2_Click(object sender, EventArgs e) { Form2.ActiveForms(); }
but it wont work, and the Form2.open wont either... how do you open a new form on button click, Ive allready created the form so i just need to open it.




Reply With Quote