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();
Mykillerform newFrm = new MyKillerform
NewFrom.show
-----------------------------------------------------------
now when you click that button it well take you to the other form! hope this helps!

AaronPosted Aug 3, 2008, 6:52 PM
Error 1 The name 'newForm' does not exist in the current context C:\Documents and Settings\Aaron\My Documents\Visual Studio 2005\Projects\AdventurePod\AdventurePod\Main Menu.cs 21 1 AdventurePod
how could i fix that?