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