SyntaxFix
Write A Post
Hire A Developer
Questions
Have you tried using Form.ShowDialog() instead of Form.Show()?
ShowDialog shows your window as modal, which means you cannot interact with the parent form until it closes.