What is the deal with .NET and multiple forms? In VB6 it was so easy.
I have an app with six forms. The problem I am having is killing a form and opening a new one.
I want to be able to click a button and open another form. At the same time, when the new form is opened, the old one must be killed. Hiding the form is not what I want to use.
Any ideas?
I have an app with six forms. The problem I am having is killing a form and opening a new one.
I want to be able to click a button and open another form. At the same time, when the new form is opened, the old one must be killed. Hiding the form is not what I want to use.
Any ideas?