Look dipshit. If you would have just taken a minute to read the thread I linked, there is a high possibility you would have fixed that issue by now.
HandForm.ShowDialog(this); <- Blocking the Mainform. Guess why it works with the form hidden.
Look how generous I feel today for some odd reason:
HandForm.Show(this);
HandForm.ShowDialog(this); <- Blocking the Mainform. Guess why it works with the form hidden.
Look how generous I feel today for some odd reason:
HandForm.Show(this);