Need help with MessageBox
Hi!
Please help me with such problem.
At the beginning I used it:
MessageBox MB_YESNO|MB_ICONQUESTION "Bla... bla... bla..." IDNO Done IDYES Kill
Now I want to use System.dll plugin for this action, but I don't know what equivalent for "IDNO Done IDYES Kill" is available. My new code is.
System::Call 'user32::MessageBox(i $HWNDPARENT, t "Bla... bla... bla...", t "Title", i 52)'
That does not suffice?