Well, I assume you are using a Label control to display the message. If so, just use the Resize event of the form to stretch the label out across the form. Make sure the AutoSize property of the label is False, and it should take on the look of the standard MsgBox.