Archive: Messagebox


Messagebox
I have a simple Problem with the function:

MessageBox MB_ICONSTOP|MB_ABORTRETRYIGNORE "Hallo" IDRETRY tryagain

How can I completly check the value of the return code?
I need a label for "ABORT" and "IGNORE"

Thank for suggestions

Klaus


Ensure you have the latest copy of NSIS. As of version 1.61 it is possible to put multiple return checks on the MessageBox command.


MessageBox MB_ICONSTOP|MB_ABORTRETRYIGNORE "Hallo" IDRETRY tryagain IDIGNORE keepgoing