A
agro_r
Try to run this code:
Console.WriteLine(MessageBox.Show("text",
"title", MessageBoxButtons.OK));
When the message box appear, click on the close (x) button. The
result returned will be DialogResult.OK.
Can you confirm it on your computer?
Thanks a lot...
Console.WriteLine(MessageBox.Show("text",
"title", MessageBoxButtons.OK));
When the message box appear, click on the close (x) button. The
result returned will be DialogResult.OK.
Can you confirm it on your computer?
Thanks a lot...