System.Windows.Forms.MessageBox is a sealed class and the background
color is not an exposed property. You can try accessing the class at
runtime using reflection or you could write your own custom MessageBox:
http://www.codeproject.com/KB/dialog/MessageBoxEx.aspx