couldnt you simply override the msgboxstyle with one of your own?
im pretty sure ive seen something like that somewhere. and it would have to be possible, because i have seen tons of message boxes with different text on the buttons.
Just because you've seen dialogue boxes with different text on their buttons doesn't mean that they have anything to do with the MsgBox or MessageBox.Show functions. You can create any form you want with any combination of buttons you want. The MessageBox class provides very specific functionality for very specific, commonly used scenarios. If you want something different then you need to create your own form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.