form closes the whole thing?

TommyEvans

Active member
Joined
Feb 19, 2010
Messages
39
Programming Experience
Beginner
Yet again, another problem. :p

[MyCode]
Rigger.Show()
Me.Close()

Instead of showing Rigger.vb and then closing form1.vb, it closes the whole thing. I need it to leave Rigger open, and close form1
 
RE: Problem

Using the Project menu item at the top of your vb window select the project properties. When the properties window shows on the application tab ensure that Shutdown mode is not set to "When startup form closes".
 
Back
Top