How do I get MessageBox button caption?

Posted by rodrigoq on Stack Overflow See other posts from Stack Overflow or by rodrigoq
Published on 2009-05-31T16:35:01Z Indexed on 2010/03/20 20:41 UTC
Read the original article Hit count: 503

Filed under:
|
|
|

Hello, I'm making a custom message box that lets you copy text, but I wanted it to look exactly like a standard message box, so I would like to set the buttons text to whatever the system language is, as the MessageBox class does. Does anyone knows how to get that text ("Yes", "No", "Cancel", etc)?.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET