J
Josh Kodroff
I have a pretty standard Windows Form with 2 relevant buttons: btnOK
and btnCancel. I set both buttons' DialogResult properties
appropriately. I then set the form AcceptButton and CancelButton
properties appropriately. However, whenever I click the Play button,
the 2 properties get reset back to their defaults (nothing).
Does anyone have any idea why this might be happening? I'm
particularly annoyed because I got this right on another form and
cannot remember what I'm doing wrong.
and btnCancel. I set both buttons' DialogResult properties
appropriately. I then set the form AcceptButton and CancelButton
properties appropriately. However, whenever I click the Play button,
the 2 properties get reset back to their defaults (nothing).
Does anyone have any idea why this might be happening? I'm
particularly annoyed because I got this right on another form and
cannot remember what I'm doing wrong.