FormName newFrm = new formName;newForm.show();
-------------------------------------------------------example below
Mykillerform newFrm = new MyKillerform
NewFrom.show
-----------------------------------------------------------
now when you click that button it well take you to the other form! hope this helps!