MessageBox.Show VB.Net VIsual Studio 2003

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

Guest

Using VB.Net in Visual Studio 2003 attempting to display text that was
entered in a text box in a message box. The message box displays, but there
is no text... or button lable I know this works, because it works on other
computers. I beleive that it may be some other problem, like missing or
corrupt files or a problem with some dlls when the computer was set up.

In debug I get messages such as:

'HelloUser.exe': Loaded
'c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
The program '[1440] HelloUser.exe' has exited with code 0 (0x0).
and these too...
system.windows.forms.dll', No symbols loaded.
system.dll', No symbols loaded

Would you have any suggestions??

Thanks
 
Joe_Zeppe said:
Using VB.Net in Visual Studio 2003 attempting to display text that was
entered in a text box in a message box. The message box displays, but
there
is no text... or button lable I know this works, because it works on other
computers. I beleive that it may be some other problem, like missing or
corrupt files or a problem with some dlls when the computer was set up.
<snip>
You're running McAfee Anti-Virus v8.something, correct?
Go to the McAfee web site and download their patch to fix this problem.
 
Back
Top