Hacker News new | ask | show | jobs
by evanw 4906 days ago
I had this same problem once upon a time, so I created a WPF clone of the standard Windows/.NET MessageBox which allows for custom strings for button text (OK, OK/Cancel, Yes/No, YesNoCancel).

It's on Github: https://github.com/evanwon/WPFCustomMessageBox

There's more to be done, but it's been handy for me so far!