7
Answers

change text for Yes, No, Cancel buttons

Violeta Popa

Violeta Popa

11y
10.9k
1
Hello! Is there a way to change the text for messagebox buttons? yes, no, cancel? thanks :)
Answers (7)
0
Violeta Popa

Violeta Popa

NA 137 110.6k 11y
ok, i'm trying right now. thanks :)
0
Nitesh Luharuka

Nitesh Luharuka

NA 18k 1.5m 11y
Add MessageBoxmanager.dll to your project, refer it in your class file and then use it. it will work :)
0
Violeta Popa

Violeta Popa

NA 137 110.6k 11y
I didn't get any error, but the text of buttons is still no, yes..I added MessageBoxManager.cs to my project then, in Program.cs
             MessageBoxManager.Yes = "Da";
            MessageBoxManager.No = "Nu";
            MessageBoxManager.Cancel = "Anuleaza";
            MessageBoxManager.Register();


0
Nitesh Luharuka

Nitesh Luharuka

NA 18k 1.5m 11y
What error did you get while implementing this?
0
Violeta Popa

Violeta Popa

NA 137 110.6k 11y
i've tried this, but still doesn't work :(
0
Violeta Popa

Violeta Popa

NA 137 110.6k 11y
i've tried this, but still doesn't work :(
0
Nitesh Luharuka

Nitesh Luharuka

NA 18k 1.5m 11y