| | First add a button Then double click on it Add this code below for the simple version. CODE MessageBox.Show("Whatever you want the message to say"); Now to add a title to you message box do this. CODE MessageBox.Show("Whatever you want the message to say", "Your Title"); This adds a title to the message box. This is very easy but if you need more help just lemme know. |

