This is very easy.

To add a button just drag it to the form. Then to make it so the message box pops up.

Double click it. Then add this.

Code:
MsgBox("Whatever you want the message to be", MsgBoxStyle.Information, "Title")