MsgBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having a weird problem with msgbox and other dialogs in VB.Net using
Visual studio .Net 2003.
The dialog box comes up with no text in it, not even the OK on the button.
However when I step through the code in Debug the dialog works properly. Any
help is greatly appreciated. I tried a simple windows form with MsgBox("Show
me") as the fist line in form_load. Even this does not show the text, I just
get a blank dialog box.
 
phaseo said:
I am having a weird problem with msgbox and other dialogs in VB.Net using
Visual studio .Net 2003.
The dialog box comes up with no text in it, not even the OK on the button.
However when I step through the code in Debug the dialog works properly.
Any
help is greatly appreciated. I tried a simple windows form with
MsgBox("Show
me") as the fist line in form_load. Even this does not show the text, I
just
get a blank dialog box.
IIRC, this is an issue caused by McAfee anti virus software, and you need to
go to their web site to download the patch which they issued to address the
problem.
 
Back
Top