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
Chris Dunaway - 30 Jun 2005 22:52 GMT
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.
Shawn - 30 Jun 2005 23:10 GMT
thank you! This problem has been plaguing me as well....
Herfried K. Wagner [MVP] - 30 Jun 2005 23:16 GMT
"Mike L" <Cadel@nospam.nospam> schrieb:
> 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&docTy
pe=DOC_KnowledgeBase>
Direct download for the patch:
<URL:http://sdownload.nai.com/products/protected/hotfix/VSE80P05.Zip>

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