79402537

Date: 2025-01-31 11:09:00
Score: 1.5
Natty:
Report link

Did you mean this instead?

DelForm delForm = new DelForm ();
delForm.ShowDialog ();

Form is the parent class of all forms, and it is blank.

Show and Hide make the form non-modal. My guess is you are trying to make it modal, which is achieved with ShowDialog.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you mean this in
  • Low reputation (0.5):
Posted by: jaros