The MessageBox.Show() method pops up a Windows message
box with a variety of options, although the only options you have
for pictures are the standard Windows ones: error, information,
question, etc. If you want a message box with your own graphic,
youll need to make a form and show it by using the ShowDialog()
method.