I didnt find this anywhere on here so i guessed i should post it,its on how to link forms vary easy...
Please tell me if im posting in the whong place!
ok heres what you do in lets say "form1" make a button click the button and a code screen should come up!
now under the butten put this (it can be edited to what it needs to be)
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!