I am making a Win Forms application to learn more since I don\'t have much experience with it. In my program, in the main form, I have a button. Clicking it launches another for
Change the line
NewCatForm.Show();
to
NewCatForm.ShowDialog();