My second form won't open, willing to give more details if needed
After clicking on the button, it will proceed to the next form but it just closes before it there
private void btnNext_Click(object sender, EventArgs e)
{
frmGame_3_ v = new frmGame_3_();
this.Close();
v.Show();
}
This is what shows when the program closes on me.
The thread 0x21fc has exited with code 259 (0x103). The thread 0x22b8 has exited with code 259 (0x103). 'ICSCulminating.vshost.exe' (CLR v4.0.30319: ICSCulminating.vshost.exe): Loaded 'C:\Users\Owner\Desktop\ICSCulminating(David)e3\ICSCulminating\bin\Debug\ICSCulminating.exe'. Symbols loaded. The thread 0x207c has exited with code 259 (0x103). The thread 0x23c4 has exited with code 259 (0x103). The program '[7568] ICSCulminating.vshost.exe' has exited with code 0 (0x0).