最佳答案
I need to change the message box control buttons Yes
to Continue
and No
to Close
. How
do I change the button text?
Here is my code:
DialogResult dlgResult = MessageBox.Show("Patterns have been logged successfully", "Logtool", MessageBoxButtons.YesNo, MessageBoxIcon.Information);