RSilva
Mechanical
- Jun 23, 2017
- 35
Hello
I want create 1 Box that show 3 buttons with "1", "2" and "a"
I found this comand MessageBoxButtons like this exemple:
there are any way to change "yes", "no" and "cancel" for "1", "2" and "a"?
Rúben Silva
I want create 1 Box that show 3 buttons with "1", "2" and "a"
I found this comand MessageBoxButtons like this exemple:
Code:
result = MessageBox.Show("Choose 1 option", "", MessageBoxButtons.YesNoCancel)
there are any way to change "yes", "no" and "cancel" for "1", "2" and "a"?
Rúben Silva