MessageBox coming up with blank message and blank buttons.

G

Guest

MessageBox coming up with blank message and blank buttons. The title and
icon show up, and the buttons work, if I click the first blank button,
returns Yes. Why is the message blank and the buttons are blank?

Private Sub cmdAddPrivileges_Click(ByVal sender As System.Object, ByVal
e As System.EventArgs) Handles cmdAddPrivileges.Click
Dim MBResult As MsgBoxResult
MBResult = MessageBox.Show("Add Privilege?", "Add",
MessageBoxButtons.YesNo, MessageBoxIcon.Question,
MessageBoxDefaultButton.Button1)
End Sub
 
C

Chris Dunaway

Let me use my psychic abilities.........

You have McAffee VirusScan ver 8.x

Am I right?

There's a patch available from McAffee to correct that problem but I
don't know the link. If you search the group you should find it
because another person asked this question a day or two ago.
 
H

Herfried K. Wagner [MVP]

Mike L said:
MessageBox coming up with blank message and blank buttons. The title and
icon show up, and the buttons work, if I click the first blank button,
returns Yes. Why is the message blank and the buttons are blank?

Typically this behavior is caused by a McAfee VirusScan problem that NAI is
aware of and that can be fixed by installing a patch:

Patch 5 for McAfee VirusScan Enterprise 8.0i
<URL:https://knowledgemap.nai.com/phpclient/viewKDoc.aspx?url=kb/kb_kb38717.xml&docType=DOC_KnowledgeBase>

Direct download for the patch:

<URL:http://sdownload.nai.com/products/protected/hotfix/VSE80P05.Zip>
 

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

Top