message box
The only available values are https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.messageboxbuttons?view=windowsdesktop-7.0
If you want something different, you either have to do some hackery or create your own form and just do a
If you want something different, you either have to do some hackery or create your own form and just do a
ShowDialog with itSpecifies constants defining which buttons to display on a MessageBox.
