I want to change the Text of YES
and NO
buttons in a message box.
CModalWndManager::ShowMessageBox(AnsiString::LoadStr(IDS_NOT_SUPPORTED).c_str(), mtWarning, TMsgDlgButtons() << mbYes << mbNo, mbOK == mrYes);
Instead of YES
, I want "Switch Mode"
, and for NO
I want "Exit"
.
Is it possible to do this in RAD Studio XE?
http://bcbjournal.org/articles/vol4/0003/Making_marvelous_message_dialogs.htm