Ok, this is bugging me, and I just can\'t figure out what is wrong...
I have made two forms. First form just has a simple button on it, which opens the other as a di
Try setting DialogResult on button1
DialogResult
button1
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;