Introduction - If you have any usage issues, please Google them yourself
One of the things that kept irritating me was the fact that, at least under Windows™ XP, the MessageBoxes didn t care about the Thread.CurrentThread.CurrentUICulture. Whatever I set it to, the messagebox buttons would use the language of the installed version of Windows. So, having a bit of time, I decided to search for a solution. I Googled and Googled , but none of the articles I found handled the problem to my satisfaction. So after some deliberation I decided to write a MessageBox replacement.