problem: ich brauch ne messagebox mit:
Code:
ja
nein
ja zu allen
nein zu allen
das windows-dingen bietet nur
Code:
MB_ABORTRETRYIGNORE The message box contains three push buttons: Abort, Retry, and Ignore.
MB_OK The message box contains one push button: OK. This is the default.
MB_OKCANCEL The message box contains two push buttons: OK and Cancel.
MB_RETRYCANCEL The message box contains two push buttons: Retry and Cancel.
MB_YESNO The message box contains two push buttons: Yes and No.
MB_YESNOCANCEL The message box contains three push buttons: Yes, No, and Cancel.
das ist zu wenig. wie mach ich mir das jetzt am einfachsten?