I like messagebox styles as display in http://dotnetperls.com/messagebox-show (white stripe in the middle, right-aligning for "OK").
However, when I'm trying to reproduce it (in standard C# Windows Form application) using the code like
MessageBox.Show("Dot Net Perls is awesome.");
I get messagebox with a different style, like in www.homeandlearn.co.uk/net/netMessageBox.html.
How can I reproduce white-striped results? .NET applications suppose to be platform independent, so it should not matter if I'm running Win95/XP or 7.