|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Message BoxI 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 "Elena" <El***@discussions.microsoft.com> schrieb: Fixing the problem of missing text in controls and message boxes>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. <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/> |
|||||||||||||||||||||||