Message Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to have a message box come up. It comes up, but there is no text
in the message box or on the button. I can't figure out what's wrong. Any
help would be appreciated. The code is below.

Thanks in Advance,
Elena

If MessageBox.Show("There are No participants", "MDNN",
MessageBoxButtons.OK, MessageBoxIcon.Warning) = DialogResult.OK Then
Application.Exit()
End If
 
Back
Top