Example of using MessageBox.Show().
MessageBox.Show("Beer"); MessageBox.Show("Beer", "Something that I like.",MessageBoxButtons.OKCancel, MessageBoxIcon.Warning);