Does ShowDialog block?
Does ShowDialog block? You need to adjust your logic because Show() is non-blocking and ShowDialog() is blocking. How does ShowDialog work? ShowDialog Method (System….Overloads. ShowDialog() Shows the form as a modal dialog box. ShowDialog(IWin32Window) Shows the form as a modal dialog box with the specified owner. What is ShowDialog? ShowDialog Read more…