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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top