private void button5_Click(object sender, EventArgs e)
{
MessageBox.Show("In order to bet 'High' press the 'ALT' Key and the 'H' key at the same time." + "In order to bet 'Low' press the 'ALT' Key and the 'L' key at the same time." + "In order to reduce the bet's value in half press the 'ALT' Key and the 'H' key at the same time.");
}
This is what it looks like now.