C
Chris
I am showing a form by ShowModal(). I put a button on that form. When a user
clicks the button a MsgBox will show with question "do you want to close?"
yes/no.
How to handle the situation:
- user clicks "yes" - the form closes
- user clicks "no" - nothing happens
I have problem with that. It seems that assigning property of
button.DialogResult wokrs ok only for the first time (in designer generated
code and any longer)
clicks the button a MsgBox will show with question "do you want to close?"
yes/no.
How to handle the situation:
- user clicks "yes" - the form closes
- user clicks "no" - nothing happens
I have problem with that. It seems that assigning property of
button.DialogResult wokrs ok only for the first time (in designer generated
code and any longer)