Im using this code atm,
VB Code:
  1. private void button2_Click(object sender, EventArgs e)
  2.         {
  3.             Form2.ActiveForms();
  4.         }

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.