Closed GoogleCodeExporter closed 8 years ago
Use ShowDialog(msg, title, buttonText). It's the exact same thing, hence why
showmessagedialog is deprecated.
If you want two buttons, just add the button text (ex ShowDialog("message",
"title", "OK", "Cancel").
You can add up to three buttons. It all uses the same method, which is why the
others were deprecated.
Original comment by IMPINC...@gmail.com
on 27 Apr 2013 at 6:07
Original issue reported on code.google.com by
bric...@gmail.com
on 24 Apr 2013 at 2:42