Custom MessageBox buttons
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Is it possible to somehow specify the text of the MessageBox buttons? I'd very much like some "Yes to all" and "No to all" options, but the aren't many standard button titles to schoose from :(
-
Is it possible to somehow specify the text of the MessageBox buttons? I'd very much like some "Yes to all" and "No to all" options, but the aren't many standard button titles to schoose from :(
You're probably going to have to create your own message box class. --Colin Mackay--
-
Is it possible to somehow specify the text of the MessageBox buttons? I'd very much like some "Yes to all" and "No to all" options, but the aren't many standard button titles to schoose from :(