Messagebox showing Blank Messages

Daudi

New member
Joined
Aug 25, 2006
Messages
4
Location
Kenya
Programming Experience
Beginner
Am new to VB .net and i was making a simple program. whenever a message box is required it pop up without any message i.e. A blank message appears. The same also applies to Listbox where the data is not visible until i double click on the list box for it to be visible. pliz help what might be the problem with my software?
 
The most likely culprit is McAfee products. There is a well-documented issue with the buffer overflow protection in some McAfee products that causes this behaviour in .NET applications. If this is your issue there is a patch available from the McAfee Web site.
 
Thank alot. I do use Mcfee VSE 8.0i as my Antivirus and after uninstalling it, .net really working. My problem is that when i went to thier website it didnt find the patch. Please can you guide me to the URL where i can get it?
 
i've been using mcafee for years now (although AVG works better) and IMHO the only way to fix that is to upgrade to v-scan 9.0 or v-scan 10.0

things never did work for me until i bought mcafee 9.0, since then everything works fine
 
Back
Top