Archive: Replacing text in Message Boxes


Replacing text in Message Boxes
Hi everyone

Is it possible to change the text in "YES" and "NO" buttons in Message Boxes?

Example:

In this code:

MessageBox MB_YESNO|MB_ICONEXCLAMATION "blabla" \
IDYES f1 IDNO f2

Is it possible to replace the text in "YES" and "NO" buttons?

Thanks a lot


This is a built-in Windows API function, OS language depended.
There is a plugin at wiki that might be able to do it.

http://nsis.sourceforge.net/MessageBox_plug-in