Home All Groups Group Topic Archive Search About
Author
8 Jun 2006 10:06 PM
Elena
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

Author
8 Jun 2006 10:12 PM
Herfried K. Wagner [MVP]
"Elena" <El***@discussions.microsoft.com> schrieb:
>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.

Fixing the problem of missing text in controls and message boxes
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=controlsmissingtextbug&lang=en>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>