How do I get MessageBox button caption?
- by rodrigoq
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)?.